To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?}?あ鈑 | 0011111110000001011100000011111110000010101000001110011111100101 | 3f81703f82a0e7e5 |
EUC-JP | ?}?あ鈑 | 0011111110100001110100010011111110100100101000101110111011100111 | 3fa1d13fa4a2eee7 |
UTF-8 | 룵}룵あ鈑 | 111010111010001110110101111011111011110110011101111010111010001110110101111000111000000110000010111010011000100010010001 | eba3b5efbd9deba3b5e38182e98891 |
UHC | 룵}룵あ鈑 | 10001111101010101010001111111101100011111010101010101010101000101111011111111110 | 8faaa3fd8faaaaa2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)