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 | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
SJIS-WIN | 籖我音U^ | 1110001011011101100010011110010010001001101110010101010101011110 | e2dd89e489b9555e |
EUC-JP | 籖我音U^ | 1110010011011111101100101110011010110010101110110101010101011110 | e4dfb2e6b2bb555e |
UTF-8 | 籖我音U^ | 1110011110110001100101101110011010001000100100011110100110011111101100110101010101011110 | e7b196e68891e99fb3555e |
UHC | ?我音U^ | 00111111111001001011001011101011111001010101010101011110 | 3fe4b2ebe5555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)