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 | 蟀∬轄蒟 | 1110010110101001100000011110100010001010100011011110010011100101 | e5a981e88a8de4e5 |
EUC-JP | 蟀∬轄蒟 | 1110101010101011101000101110101010110011111011011110100011100111 | eaaba2eab3ede8e7 |
UTF-8 | 蟀∬轄蒟 | 111010001001111110000000111000101000100010101100111010001011110110000100111010001001001010011111 | e89f80e288ace8bd84e8929f |
UHC | ?∬轄? | 001111111010000111110011111110011101110100111111 | 3fa1f3f9dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)