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 | 礁ス車緖。 | 1000111111001010101111011000111011010100111110111000111010100001 | 8fcabd8ed4fb8ea1 |
| EUC-JP | 礁ス車?。 | 101111101100110010001110101111011011110011010110001111111000111010100001 | becc8ebdbcd63f8ea1 |
| UTF-8 | 礁ス車緖。 | 111001111010010010000001111011111011110110111101111010001011101110001010111001111011011110010110111011111011110110100001 | e7a481efbdbde8bb8ae7b796efbda1 |
| UHC | 礁?車緖? | 1111010110100111001111111111001110110011110111111111110100111111 | f5a73ff3b3dffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)