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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猴牋狹 | 111000001100101111100000101011101110000011000011 | e0cbe0aee0c3 |
EUC-JP | 猴牋狹 | 111000001100110111100000101100001110000011000101 | e0cde0b0e0c5 |
UTF-8 | 猴牋狹 | 111001111000110010110100111001111000100110001011111001111000101110111001 | e78cb4e7898be78bb9 |
UHC | ??狹 | 00111111001111111111101011110101 | 3f3ffaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)