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 | 韈嶺シ臥ア | 1110100011100111100101111110010010111100100010011110011110110001 | e8e797e4bc89e7b1 |
EUC-JP | 韈嶺シ臥ア | 11110000111010011100111011100110100011101011110010110010111010011000111010110001 | f0e9cee68ebcb2e98eb1 |
UTF-8 | 韈嶺シ臥ア | 111010011001111110001000111001011011011010111010111011111011110110111100111010001000011110100101111011111011110110110001 | e99f88e5b6baefbdbce887a5efbdb1 |
UHC | ?嶺?臥? | 00111111110101101011101000111111111010001100001000111111 | 3fd6ba3fe8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)