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 | 鼎???? | 100100110100001100111111001111110011111100111111 | 93433f3f3f3f |
EUC-JP | 鼎???? | 110001011010010000111111001111110011111100111111 | c5a43f3f3f3f |
UTF-8 | 鼎비렰곗렦 | 111010011011110010001110111010111011100110000100111010111010000010110000111010101011001110010111111010111010000010100110 | e9bc8eebb984eba0b0eab397eba0a6 |
UHC | 鼎비렰곗렦 | 11110000101000111011101011110001100011101011110110110000111011001000111010110101 | f0a3baf18ebdb0ec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)