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 | 氏?? | 10001110100000010011111100111111 | 8e813f3f |
| EUC-JP | 氏?? | 10111011111000010011111100111111 | bbe13f3f |
| UTF-8 | 氏릯뢋 | 111001101011000010001111111010111010011010101111111010111010001010001011 | e6b08feba6afeba28b |
| UHC | 氏릯뢋 | 111001001010101110010000100011111000111101000111 | e4ab908f8f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)