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 | CVZU | 1001001001000011100100100101011010010010010110101001001001010101 | 92439256925a9255 |
SJIS-WIN | ?C?V?Z?U | 0011111101000011001111110101011000111111010110100011111101010101 | 3f433f563f5a3f55 |
EUC-JP | ?C?V?Z?U | 0011111101000011001111110101011000111111010110100011111101010101 | 3f433f563f5a3f55 |
UTF-8 | CVZU | 110000101001001001000011110000101001001001010110110000101001001001011010110000101001001001010101 | c29243c29256c2925ac29255 |
UHC | ?C?V?Z?U | 0011111101000011001111110101011000111111010110100011111101010101 | 3f433f563f5a3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)