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 | ??シ埃?Т | 001111110011111110000011010101101001101010111010001111111000010001010011 | 3f3f83569aba3f8453 |
| EUC-JP | ??シ埃?Т | 001111110011111110100101101101111101010010111100001111111010011110110100 | 3f3fa5b7d4bc3fa7b4 |
| UTF-8 | 琉뗨シ埃덉Т | 1110111110100111100011001110101110010111101010001110001110000010101101111110010110011111100000111110101110001101100010011101000010100010 | efa78ceb97a8e382b7e59f83eb8d89d0a2 |
| UHC | 琉뗨シ埃덉Т | 111010111010010010001011111010001010101110110111111001001110111110001000111011001010110010110100 | eba48be8abb7e4ef88ecacb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)