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 | ?德?腎n | 0011111111111010101110100011111110010000011101001000001010001110 | 3ffaba3f9074828e |
EUC-JP | ???腎n | 00111111001111110011111110111111110101011010001111101110 | 3f3f3fbfd5a3ee |
UTF-8 | 뤯德뀐腎n | 111010111010010010101111111001011011111010110111111010111000000010010000111010001000010110001110111011111011110110001110 | eba4afe5beb7eb8090e8858eefbd8e |
UHC | 뤯德뀐腎n | 10001111110111011101001111101100101100101110111111100011111011001010001111101110 | 8fddd3ecb2efe3eca3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)