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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 猖猜虹F | 11100000110010011110000011001000100100111111100001000110 | e0c9e0c893f846 |
EUC-JP | 猖猜虹F | 11100000110010111110000011001010110001101111101001000110 | e0cbe0cac6fa46 |
UTF-8 | 猖猜虹F | 11100111100011001001011011100111100011001001110011101000100110011011100101000110 | e78c96e78c9ce899b946 |
UHC | 猖猜虹F | 11110011111010011110001111000100111110111111011001000110 | f3e9e3c4fbf646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)