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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 唸韈唸韈B | 100110100101100011101000111001111001101001011000111010001110011101000010 | 9a58e8e79a58e8e742 |
EUC-JP | 唸韈唸韈B | 110100111011100111110000111010011101001110111001111100001110100101000010 | d3b9f0e9d3b9f0e942 |
UTF-8 | 唸韈唸韈B | 11100101100101001011100011101001100111111000100011100101100101001011100011101001100111111000100001000010 | e594b8e99f88e594b8e99f8842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)