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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 伊臀∈ | 100010001100100111100100010111001000000110111000 | 88c9e45c81b8 |
| EUC-JP | 伊臀∈ | 101100001100101111100111101111011010001010111010 | b0cbe7bda2ba |
| UTF-8 | 伊臀∈ | 111001001011110010001010111010001000011110000000111000101000100010001000 | e4bc8ae88780e28888 |
| UHC | 伊臀∈ | 111011001010010111010100111010111010000111110100 | eca5d4eba1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)