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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 樗槃?樗 | 10010010100101001001111011001111001111111001001010010100 | 92949ecf3f9294 |
EUC-JP | 樗槃?樗 | 11000011111101001101110011010001001111111100001111110100 | c3f4dcd13fc3f4 |
UTF-8 | 樗槃ㅅ樗 | 111001101010100010010111111001101010011110000011111000111000010110000101111001101010100010010111 | e6a897e6a783e38585e6a897 |
UHC | 樗槃ㅅ樗 | 1110111011000000110110101110100110100100101101011110111011000000 | eec0dae9a4b5eec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)