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 | 樗??畔?窪 | 100100101001010000111111001111111001010011001000001111111000110001000101 | 92943f3f94c83f8c45 |
EUC-JP | 樗熢?畔?窪 | 1100001111110100100011111100101010101011001111111100100011001010001111111011011110100110 | c3f48fcaab3fc8ca3fb7a6 |
UTF-8 | 樗熢렩畔류窪 | 111001101010100010010111111001111000011010100010111010111010000010101001111001111001010110010100111010111010010110011000111001111010101010101010 | e6a897e786a2eba0a9e79594eba598e7aaaa |
UHC | 樗熢렩畔류窪 | 111011101100000011011100111011001000111010110111110110101110110110110111111110011110100011000001 | eec0dcec8eb7daedb7f9e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)