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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??シ埃?‰ | 001111110011111110000011010101101001101010111010001111111000000111110001 | 3f3f83569aba3f81f1 |
| EUC-JP | ??シ埃?‰ | 001111110011111110100101101101111101010010111100001111111010001011110011 | 3f3fa5b7d4bc3fa2f3 |
| UTF-8 | 琉뗨シ埃덉‰ | 111011111010011110001100111010111001011110101000111000111000001010110111111001011001111110000011111010111000110110001001111000101000000010110000 | efa78ceb97a8e382b7e59f83eb8d89e280b0 |
| UHC | 琉뗨シ埃덉‰ | 111010111010010010001011111010001010101110110111111001001110111110001000111011001010001010110110 | eba48be8abb7e4ef88eca2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)