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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| EUC-JP | 鉥????O | 1000111111100011111010000011111100111111001111110011111101001111 | 8fe3e83f3f3f3f4f |
| UTF-8 | 鉥뜮궍뽊렓O | 11101001100010011010010111101011100111001010111011101010101101101000110111101011101111011000101011101011101000001001001101001111 | e989a5eb9caeeab68debbd8aeba0934f |
| UHC | 鉥뜮궍뽊렓O | 1110001011111100100011011010111010000010101000111001011011001001100011101010100001001111 | e2fc8dae82a396c98ea84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)