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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 調??級 | 100100101011001000111111001111111000101110001001 | 92b23f3f8b89 |
EUC-JP | 調??級 | 110001001011010000111111001111111011010111101001 | c4b43f3fb5e9 |
UTF-8 | 調띕렚級 | 111010001010101010111111111010111001110110010101111010111010000010011010111001111011010010011010 | e8aabfeb9d95eba09ae7b49a |
UHC | 調띕렚級 | 1111000011100000101101101110101110001110101011011101000011100100 | f0e0b6eb8eadd0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)