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 | 樗槃??媛 | 1001001010010100100111101100111100111111001111111001010101010001 | 92949ecf3f3f9551 |
EUC-JP | 樗槃??媛 | 1100001111110100110111001101000100111111001111111100100110110010 | c3f4dcd13f3fc9b2 |
UTF-8 | 樗槃렓렜媛 | 111001101010100010010111111001101010011110000011111010111010000010010011111010111010000010011100111001011010101010011011 | e6a897e6a783eba093eba09ce5aa9b |
UHC | 樗槃렓렜媛 | 11101110110000001101101011101001100011101010100010001110101011101110101010110000 | eec0dae98ea88eaeeab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)