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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鱆盖眄 | 111010011110000111100001101100111110000110111110 | e9e1e1b3e1be |
EUC-JP | 鱆盖眄 | 111100101110001111100010101101011110001011000000 | f2e3e2b5e2c0 |
UTF-8 | 鱆盖眄 | 111010011011000110000110111001111001101110010110111001111001110010000100 | e9b186e79b96e79c84 |
UHC | ?盖眄 | 0011111111001011110011001101100011111000 | 3fcbccd8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)