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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 弔?揖?諄 | 1001001010100010001111111001011101001011001111111110011001111000 | 92a23f974b3fe678 |
| EUC-JP | 弔?揖?諄 | 1100010010100100001111111100110110101100001111111110101111011001 | c4a43fcdac3febd9 |
| UTF-8 | 弔렍揖렍諄 | 111001011011110010010100111010111010000010001101111001101000111110010110111010111010000010001101111010001010101110000100 | e5bc94eba08de68f96eba08de8ab84 |
| UHC | 弔렍揖렍諄 | 11110000110000001000111010100011111010111110011110001110101000111110001011110100 | f0c08ea3ebe78ea3e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)