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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?岫h?岫 | 00111111100110111010101101101000001111111001101110101011 | 3f9bab683f9bab |
EUC-JP | ?岫h?岫 | 00111111110101101010110101101000001111111101011010101101 | 3fd6ad683fd6ad |
UTF-8 | 뤦岫h뤦岫 | 11101011101001001010011011100101101100101010101101101000111010111010010010100110111001011011001010101011 | eba4a6e5b2ab68eba4a6e5b2ab |
UHC | 뤦岫h뤦岫 | 100011111101010011100001111110110110100010001111110101001110000111111011 | 8fd4e1fb688fd4e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)