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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡俶イサ辷セ | 111010001001010010011000111001101011001010111011111001111000100010111110 | e89498e6b2bbe788be |
EUC-JP | 阡俶イサ辷セ | 111011111111010011010000111010001000111010110010100011101011101111101101111010001000111010111110 | eff4d0e88eb28ebbede88ebe |
UTF-8 | 阡俶イサ辷セ | 111010011001100010100001111001001011111110110110111011111011110110110010111011111011110110111011111010001011111010110111111011111011110110111110 | e998a1e4bfb6efbdb2efbdbbe8beb7efbdbe |
UHC | 阡????? | 11110100110001100011111100111111001111110011111100111111 | f4c63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)