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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 逸?杖? | 100010001110110100111111100011111111000100111111 | 88ed3f8ff13f |
| EUC-JP | 逸?杖? | 101100001110111100111111101111101111001100111111 | b0ef3fbef33f |
| UTF-8 | 逸렠杖렦 | 111010011000000010111000111010111010000010100000111001101001110110010110111010111010000010100110 | e980b8eba0a0e69d96eba0a6 |
| UHC | 逸렠杖렦 | 1110110011101111100011101011000111101101111010001000111010110101 | ecef8eb1ede88eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)