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 | 遉セ蟆В | 11100111101001001011111011100101101100001000010001000010 | e7a4bee5b08442 |
EUC-JP | 遉セ蟆В | 1110111010100110100011101011111011101010101100101010011110100011 | eea68ebeeab2a7a3 |
UTF-8 | 遉セ蟆В | 1110100110000001100010011110111110111101101111101110100010011111100001101101000010010010 | e98189efbdbee89f86d092 |
UHC | ???В | 0011111100111111001111111010110010100011 | 3f3f3faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)