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 | 韈区遭 | 111010001110011110001011111001101001000110011000 | e8e78be69198 |
EUC-JP | 韈区遭 | 111100001110100110110110111010001100000111111000 | f0e9b6e8c1f8 |
UTF-8 | 韈区遭 | 111010011001111110001000111001011000110010111010111010011000000110101101 | e99f88e58cbae981ad |
UHC | ??遭 | 00111111001111111111000011100100 | 3f3ff0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)