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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 崖?V | 10001010010100100011111101010110 | 8a523f56 |
EUC-JP | 崖?V | 10110011101100110011111101010110 | b3b33f56 |
UTF-8 | 崖짴V | 11100101101101001001011011101100101001111011010001010110 | e5b496eca7b456 |
UHC | 崖짴V | 1110010011110000101001000100111001010110 | e4f0a44e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)