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 | 鼎????? | 10010011010000110011111100111111001111110011111100111111 | 93433f3f3f3f3f |
EUC-JP | 鼎????? | 11000101101001000011111100111111001111110011111100111111 | c5a43f3f3f3f3f |
UTF-8 | 鼎비렰곗렦렚 | 111010011011110010001110111010111011100110000100111010111010000010110000111010101011001110010111111010111010000010100110111010111010000010011010 | e9bc8eebb984eba0b0eab397eba0a6eba09a |
UHC | 鼎비렰곗렦렚 | 111100001010001110111010111100011000111010111101101100001110110010001110101101011000111010101101 | f0a3baf18ebdb0ec8eb58ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)