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 | 鼇??? | 1110101010000111001111110011111100111111 | ea873f3f3f |
| EUC-JP | 鼇??? | 1111001111100111001111110011111100111111 | f3e73f3f3f |
| UTF-8 | 鼇껅쑒呂 | 111010011011110010000111111010101011101110000101111011001001000110010010111011111010011010000000 | e9bc87eabb85ec9192efa680 |
| UHC | 鼇껅쑒呂 | 1110100010101000100000111110011010011100101100011110010111111011 | e8a883e69cb1e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)