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 | 鶩貘貘 | 111010100100111011100110110000001110011011000000 | ea4ee6c0e6c0 |
EUC-JP | 鶩貘貘 | 111100111010111111101100110000101110110011000010 | f3afecc2ecc2 |
UTF-8 | 鶩貘貘 | 111010011011011010101001111010001011001010011000111010001011001010011000 | e9b6a9e8b298e8b298 |
UHC | 鶩?? | 11011001110100000011111100111111 | d9d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)