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 | 111001111111011010010011010101001110011111110110100100110100101101000010 | e7f69354e7f6934b42 |
EUC-JP | 銹典銹適B | 111011101111100011000101101101011110111011111000110001011010110001000010 | eef8c5b5eef8c5ac42 |
UTF-8 | 銹典銹適B | 11101001100010101011100111100101100001011011100011101001100010101011100111101001100000011010100101000010 | e98ab9e585b8e98ab9e981a942 |
UHC | 銹典銹適B | 111000101100100011101110111100001110001011001000111011101110101001000010 | e2c8eef0e2c8eeea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)