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 | ???\Y | 0011111100111111001111110101110001011001 | 3f3f3f5c59 |
SJIS-WIN | 鼇??\Y | 111010101000011100111111001111110101110001011001 | ea873f3f5c59 |
EUC-JP | 鼇??\Y | 111100111110011100111111001111110101110001011001 | f3e73f3f5c59 |
UTF-8 | 鼇뤄숴\Y | 1110100110111100100001111110101110100100100001001110110010001000101101000101110001011001 | e9bc87eba484ec88b45c59 |
UHC | 鼇뤄숴\Y | 1110100010101000101101111110111110111101101001000101110001011001 | e8a8b7efbda45c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)