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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 杰様荀名h | 100111100101111010010111011011001110010010100100100101101011110001101000 | 9e5e976ce4a496bc68 |
EUC-JP | 杰様荀名h | 110110111011111111001101110011011110100010100110110011001011111001101000 | dbbfcdcde8a6ccbe68 |
UTF-8 | 杰様荀名h | 11100110100111011011000011100110101001111001100011101000100011011000000011100101100100001000110101101000 | e69db0e6a798e88d80e5908d68 |
UHC | 杰?荀名h | 1100101111111001001111111110001011110000110110011010001101101000 | cbf93fe2f0d9a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)