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 | 祭????。 | 1000110111010101001111110011111100111111001111111000000101000010 | 8dd53f3f3f3f8142 |
| EUC-JP | 祭????。 | 1011101011010111001111110011111100111111001111111010000110100011 | bad73f3f3f3fa1a3 |
| UTF-8 | 祭흖렮페롛。 | 111001111010010110101101111011011001110110010110111010111010000010101110111011011000111010011000111010111010000110011011111000111000000010000010 | e7a5aded9d96eba0aeed8e98eba19be38082 |
| UHC | 祭흖렮페롛。 | 111100001010111011001000111010001000111010111011110001101110010010001110110111111010000110100011 | f0aec8e88ebbc6e48edfa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)