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 | ??CD??CD^ | 001111110011111101000011010001000011111100111111010000110100010001011110 | 3f3f43443f3f43445e |
SJIS-WIN | 螢CD螢CD^ | 11100101101000111111011011000000010000110100010011100101101000111111011011000000010000110100010001011110 | e5a3f6c04344e5a3f6c043445e |
EUC-JP | 螢?CD螢?CD^ | 1110101010100101001111110100001101000100111010101010010100111111010000110100010001011110 | eaa53f4344eaa53f43445e |
UTF-8 | 螢CD螢CD^ | 1110100010011110101000101110111010010011101001110100001101000100111010001001111010100010111011101001001110100111010000110100010001011110 | e89ea2ee93a74344e89ea2ee93a743445e |
UHC | 螢?CD螢?CD^ | 1111101110101011001111110100001101000100111110111010101100111111010000110100010001011110 | fbab3f4344fbab3f43445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)