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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 劑攀?h | 100110011001110110011101101100110011111101101000 | 999d9db33f68 |
EUC-JP | 劑攀?h | 110100011111110111011010101101010011111101101000 | d1fddab53f68 |
UTF-8 | 劑攀섹h | 11100101100010101001000111100110100101001000000011101100100001001011100101101000 | e58a91e69480ec84b968 |
UHC | 劑攀섹h | 11110000101001011101101011100111101111001011110101101000 | f0a5dae7bcbd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)