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 | ??}?? | 0011111100111111011111010011111100111111 | 3f3f7d3f3f |
| SJIS-WIN | テ。}ツ唸 | 110000111010000101111101110000101001101001011000 | c3a17dc29a58 |
| EUC-JP | テ。}ツ唸 | 100011101100001110001110101000010111110110001110110000101101001110111001 | 8ec38ea17d8ec2d3b9 |
| UTF-8 | テ。}ツ唸 | 11101111101111101000001111101111101111011010000101111101111011111011111010000010111001011001010010111000 | efbe83efbda17defbe82e594b8 |
| UHC | ??}?? | 0011111100111111011111010011111100111111 | 3f3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)