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 | CTAVZ | 10010010010000111001001001010100100100100100000110010010010101101001001001011010 | 9243925492419256925a |
SJIS-WIN | ?C?T?A?V?Z | 00111111010000110011111101010100001111110100000100111111010101100011111101011010 | 3f433f543f413f563f5a |
EUC-JP | ?C?T?A?V?Z | 00111111010000110011111101010100001111110100000100111111010101100011111101011010 | 3f433f543f413f563f5a |
UTF-8 | CTAVZ | 110000101001001001000011110000101001001001010100110000101001001001000001110000101001001001010110110000101001001001011010 | c29243c29254c29241c29256c2925a |
UHC | ?C?T?A?V?Z | 00111111010000110011111101010100001111110100000100111111010101100011111101011010 | 3f433f543f413f563f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)