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 | ??uH | 00111111001111110111010101001000 | 3f3f7548 |
SJIS-WIN | 鈔アuH | 1110011111100010101100010111010101001000 | e7e2b17548 |
EUC-JP | 鈔アuH | 111011101110010010001110101100010111010101001000 | eee48eb17548 |
UTF-8 | 鈔アuH | 1110100110001000100101001110111110111101101100010111010101001000 | e98894efbdb17548 |
UHC | ??uH | 00111111001111110111010101001000 | 3f3f7548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)