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 | ÍÛÓ¡ | 1000111011001101100011101101101110001110110100111000111010100001 | 8ecd8edb8ed38ea1 |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ?Í?Û?Ó?¡ | 00111111100011111010101010111111001111111000111110101010111001010011111110001111101010101101000100111111100011111010001011000010 | 3f8faabf3f8faae53f8faad13f8fa2c2 |
| UTF-8 | ÍÛÓ¡ | 11000010100011101100001110001101110000101000111011000011100110111100001010001110110000111001001111000010100011101100001010100001 | c28ec38dc28ec39bc28ec393c28ec2a1 |
| UHC | ???????¡ | 001111110011111100111111001111110011111100111111001111111010001010101110 | 3f3f3f3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)