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 | 蠖「蟇③ | 11100101101111011010001011100101101011111000011101000010 | e5bda2e5af8742 |
EUC-JP | 蠖「蟇? | 11101010101111111000111010100010111010101011000100111111 | eabf8ea2eab13f |
UTF-8 | 蠖「蟇③ | 111010001010000010010110111011111011110110100010111010001001111110000111111000101001000110100010 | e8a096efbda2e89f87e291a2 |
UHC | ???③ | 0011111100111111001111111010100011101001 | 3f3f3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)