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 | ???^???^^ | 001111110011111100111111010111100011111100111111001111110101111001011110 | 3f3f3f5e3f3f3f5e5e |
SJIS-WIN | ???^???^^ | 001111110011111100111111010111100011111100111111001111110101111001011110 | 3f3f3f5e3f3f3f5e5e |
EUC-JP | ???^???^^ | 001111110011111100111111010111100011111100111111001111110101111001011110 | 3f3f3f5e3f3f3f5e5e |
UTF-8 | 횪챨찼^횪챨찼^^ | 111011011001101010101010111011001011000110101000111011001011000010111100010111101110110110011010101010101110110010110001101010001110110010110000101111000101111001011110 | ed9aaaecb1a8ecb0bc5eed9aaaecb1a8ecb0bc5e5e |
UHC | 횪챨찼^횪챨찼^^ | 110000111010000011000011101100001100001110100001010111101100001110100000110000111011000011000011101000010101111001011110 | c3a0c3b0c3a15ec3a0c3b0c3a15e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)