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 | 拙??班繆 | 1001000011011001001111110011111110010100110001111110001101111000 | 90d93f3f94c7e378 |
EUC-JP | 拙??班繆 | 1100000011011011001111110011111111001000110010011110010111011001 | c0db3f3fc8c9e5d9 |
UTF-8 | 拙얘뤒班繆 | 111001101000101110011001111011001001011010011000111010111010010010010010111001111000111110101101111001111011100110000110 | e68b99ec9698eba492e78fade7b986 |
UHC | 拙얘뤒班繆 | 11110000111100001011111011101010100011111100001011011010111011001101100111110000 | f0f0beea8fc2daecd9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)