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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??存ち◆ | 0011111100111111100100011011011010000010101111111000000110011111 | 3f3f91b682bf819f |
| EUC-JP | ??存ち◆ | 0011111100111111110000101011100010100100110000011010001010100001 | 3f3fc2b8a4c1a2a1 |
| UTF-8 | 룵에存ち◆ | 111010111010001110110101111011001001011110010000111001011010110110011000111000111000000110100001111000101001011110000110 | eba3b5ec9790e5ad98e381a1e29786 |
| UHC | 룵에存ち◆ | 10001111101010101011111110100001111100001110110110101010110000011010000111011111 | 8faabfa1f0edaac1a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)