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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 実洄実汯^ | 100011101100000011111010111110101000111011000000111110101111100001011110 | 8ec0fafa8ec0faf85e |
EUC-JP | 実洄実汯^ | 1011110011000010100011111100011110101011101111001100001010001111110001101110001101011110 | bcc28fc7abbcc28fc6e35e |
UTF-8 | 実洄実汯^ | 11100101101011101001111111100110101101001000010011100101101011101001111111100110101100011010111101011110 | e5ae9fe6b484e5ae9fe6b1af5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)