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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜」鬘碑鳩 | 111010001001110110100011111010011010000110010100111010001001010010110101 | e89da3e9a194e894b5 |
EUC-JP | 陜」鬘碑鳩 | 11101111111111011000111010100011111100101010001111001000111010101100100010110111 | effd8ea3f2a3c8eac8b7 |
UTF-8 | 陜」鬘碑鳩 | 111010011001100110011100111011111011110110100011111010011010110010011000111001111010001010010001111010011011001110101001 | e9999cefbda3e9ac98e7a291e9b3a9 |
UHC | 陜??碑鳩 | 1111100111110000001111110011111111011101111110001100111111001101 | f9f03f3fddf8cfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)