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 | 鉷宍焄 | 111110111100110110001110101100111111101101010100 | fbcd8eb3fb54 |
EUC-JP | 鉷宍焄 | 1000111111100011111100011011110010110101100011111100100111100011 | 8fe3f1bcb58fc9e3 |
UTF-8 | 鉷宍焄 | 111010011000100110110111111001011010111010001101111001111000010010000100 | e989b7e5ae8de78484 |
UHC | ??焄 | 00111111001111111111110110110110 | 3f3ffdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)