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 | ???E] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | ?ぁ綢E] | 00111111100000101001111111100011011000010100010101011101 | 3f829fe361455d |
EUC-JP | ?ぁ綢E] | 00111111101001001010000111100101110000100100010101011101 | 3fa4a1e5c2455d |
UTF-8 | 룵ぁ綢E] | 1110101110100011101101011110001110000001100000011110011110110110101000100100010101011101 | eba3b5e38181e7b6a2455d |
UHC | 룵ぁ綢E] | 1000111110101010101010101010000111110001110001100100010101011101 | 8faaaaa1f1c6455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)