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 | 篠洄篠汯^ | 100011101100001011111010111110101000111011000010111110101111100001011110 | 8ec2fafa8ec2faf85e |
EUC-JP | 篠洄篠汯^ | 1011110011000100100011111100011110101011101111001100010010001111110001101110001101011110 | bcc48fc7abbcc48fc6e35e |
UTF-8 | 篠洄篠汯^ | 11100111101011111010000011100110101101001000010011100111101011111010000011100110101100011010111101011110 | e7afa0e6b484e7afa0e6b1af5e |
UHC | 篠?篠?^ | 11100001110001100011111111100001110001100011111101011110 | e1c63fe1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)