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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 伍??B | 1000110011011110001111110011111101000010 | 8cde3f3f42 |
EUC-JP | 伍??B | 1011100011100000001111110011111101000010 | b8e03f3f42 |
UTF-8 | 伍꿰풄B | 11100100101111001000110111101010101111111011000011101101100100101000010001000010 | e4bc8deabfb0ed928442 |
UHC | 伍꿰풄B | 11100111111010101011001011100111101111101000110001000010 | e7eab2e7be8c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)