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 | 髯、閻 | 1110100110011001101001001110100010000101 | e999a4e885 |
EUC-JP | 髯、閻 | 111100011111100110001110101001001110111111100101 | f1f98ea4efe5 |
UTF-8 | 髯、閻 | 111010011010101110101111111011111011110110100100111010011001011010111011 | e9abafefbda4e996bb |
UHC | ??閻 | 00111111001111111110011110100010 | 3f3fe7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)