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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?德?喪?B | 0011111111111010101110100011111110010001011100100011111101000010 | 3ffaba3f91723f42 |
EUC-JP | ???喪?B | 00111111001111110011111111000001110100110011111101000010 | 3f3f3fc1d33f42 |
UTF-8 | 뤯德쵍喪렮B | 11101011101001001010111111100101101111101011011111101100101101011000110111100101100101101010101011101011101000001010111001000010 | eba4afe5beb7ecb58de596aaeba0ae42 |
UHC | 뤯德쵍喪렮B | 1000111111011101110100111110110010101100100011111101111111000011100011101011101101000010 | 8fddd3ecac8fdfc38ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)