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 | Í©×ÛÍ | 110011011010100110001111110101111101101111001101 | cda98fd7dbcd |
| SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
| EUC-JP | Í©?×ÛÍ | 100011111010101010111111100011111010001011101101001111111010000111011111100011111010101011100101100011111010101010111111 | 8faabf8fa2ed3fa1df8faae58faabf |
| UTF-8 | Í©×ÛÍ | 110000111000110111000010101010011100001010001111110000111001011111000011100110111100001110001101 | c38dc2a9c28fc397c39bc38d |
| UHC | ???×?? | 00111111001111110011111110100001101111110011111100111111 | 3f3f3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)