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喟哺 | 100110100101111110011010010011010110100010011010010111111001101001001101 | 9a5f9a4d689a5f9a4d |
EUC-JP | 喟哺h喟哺 | 110100111100000011010011101011100110100011010011110000001101001110101110 | d3c0d3ae68d3c0d3ae |
UTF-8 | 喟哺h喟哺 | 11100101100101101001111111100101100100111011101001101000111001011001011010011111111001011001001110111010 | e5969fe593ba68e5969fe593ba |
UHC | ?哺h?哺 | 00111111111110001101010001101000001111111111100011010100 | 3ff8d4683ff8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)