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 | マャ鉉 | 11001111101011001110011111101001 | cface7e9 |
EUC-JP | マャ鉉 | 100011101100111110001110101011001110111011101011 | 8ecf8eaceeeb |
UTF-8 | マャ鉉 | 111011111011111010001111111011111011110110101100111010011000100110001001 | efbe8fefbdace98989 |
UHC | ??鉉 | 00111111001111111111101011101000 | 3f3ffae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)