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 | 樗槃??媛皎 | 10010010100101001001111011001111001111110011111110010101010100011110000110100111 | 92949ecf3f3f9551e1a7 |
EUC-JP | 樗槃??媛皎 | 11000011111101001101110011010001001111110011111111001001101100101110001010101001 | c3f4dcd13f3fc9b2e2a9 |
UTF-8 | 樗槃렓렜媛皎 | 111001101010100010010111111001101010011110000011111010111010000010010011111010111010000010011100111001011010101010011011111001111001101010001110 | e6a897e6a783eba093eba09ce5aa9be79a8e |
UHC | 樗槃렓렜媛皎 | 111011101100000011011010111010011000111010101000100011101010111011101010101100001100111011101011 | eec0dae98ea88eaeeab0ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)