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 | ¸À´É^ | 1011100011000000101101001100100101011110 | b8c0b4c95e |
SJIS-WIN | ??´?^ | 001111110011111110000001010011000011111101011110 | 3f3f814c3f5e |
EUC-JP | ¸À´É^ | 100011111010001010110001100011111010101010100010101000011010110110001111101010101011000101011110 | 8fa2b18faaa2a1ad8faab15e |
UTF-8 | ¸À´É^ | 110000101011100011000011100000001100001010110100110000111000100101011110 | c2b8c380c2b4c3895e |
UHC | ¸?´?^ | 10100010101011000011111110100010101001010011111101011110 | a2ac3fa2a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)