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 | 豸型魍 | 111001101011011010001100010111101110100110110001 | e6b68c5ee9b1 |
EUC-JP | 豸型魍 | 111011001011100010110111101111111111001010110011 | ecb8b7bff2b3 |
UTF-8 | 豸型魍 | 111010001011000110111000111001011001111010001011111010011010110110001101 | e8b1b8e59e8be9ad8d |
UHC | ?型? | 00111111111110101111111000111111 | 3ffafe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)