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 | 0011111111111010101110100011111101000010 | 3ffaba3f42 |
EUC-JP | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
UTF-8 | 뤯德쨡B | 11101011101001001010111111100101101111101011011111101100101010001010000101000010 | eba4afe5beb7eca8a142 |
UHC | 뤯德쨡B | 10001111110111011101001111101100101001000111011001000010 | 8fddd3eca47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)