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 | 11100111100100011010101001010110 | e791aa56 |
EUC-JP | 迹ェV | 1110110111110001100011101010101001010110 | edf18eaa56 |
UTF-8 | 迹ェV | 11101000101111111011100111101111101111011010101001010110 | e8bfb9efbdaa56 |
UHC | 迹?V | 11101110111010010011111101010110 | eee93f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)