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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 悉??訊??B | 100011101011101100111111001111111001000001110101001111110011111101000010 | 8ebb3f3f90753f3f42 |
EUC-JP | 悉??訊??B | 101111001011110100111111001111111011111111010110001111110011111101000010 | bcbd3f3fbfd63f3f42 |
UTF-8 | 悉뒒뢙訊덊뢞B | 11100110100000101000100111101011100100101001001011101011101000101001100111101000101010001000101011101011100011011000101011101011101000101001111001000010 | e68289eb9292eba299e8a88aeb8d8aeba29e42 |
UHC | 悉뒒뢙訊덊뢞B | 11100011111110101000101010001111100011110101010011100011111100101000100011101101100011110101100101000010 | e3fa8a8f8f54e3f288ed8f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)