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 | 1110000111010100111010011110111001010110 | e1d4e9ee56 |
EUC-JP | 瞞鴃V | 1110001011010110111100101111000001010110 | e2d6f2f056 |
UTF-8 | 瞞鴃V | 11100111100111101001111011101001101101001000001101010110 | e79e9ee9b48356 |
UHC | 瞞?V | 11011000101111100011111101010110 | d8be3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)