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 | ????AB | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-WIN | 瓮?製?AB | 1110000101000100001111111001000010111011001111110100000101000010 | e1443f90bb3f4142 |
EUC-JP | 瓮?製?AB | 1110000110100101001111111100000010111101001111110100000101000010 | e1a53fc0bd3f4142 |
UTF-8 | 瓮렣製렲AB | 1110011110010011101011101110101110100000101000111110100010100011101111011110101110100000101100100100000101000010 | e793aeeba0a3e8a3bdeba0b24142 |
UHC | 瓮렣製렲AB | 11101000101101111000111010110100111100001011001010001110101111110100000101000010 | e8b78eb4f0b28ebf4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)