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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雨攀?^ | 100010010100101010011101101100110011111101011110 | 894a9db33f5e |
EUC-JP | 雨攀?^ | 101100011010101111011010101101010011111101011110 | b1abdab53f5e |
UTF-8 | 雨攀딴^ | 11101001100110111010100011100110100101001000000011101011100101001011010001011110 | e99ba8e69480eb94b45e |
UHC | 雨攀딴^ | 11101001111010111101101011100111101101011111110101011110 | e9ebdae7b5fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)