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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 蘂??O | 1110010101000001001111110011111101001111 | e5413f3f4f |
| EUC-JP | 蘂??O | 1110100110100010001111110011111101001111 | e9a23f3f4f |
| UTF-8 | 蘂믥뜷O | 11101000100110001000001011101011101011111010010111101011100111001011011101001111 | e89882ebafa5eb9cb74f |
| UHC | 蘂믥뜷O | 11100111110111101001001011100111100011011011010101001111 | e7de92e78db54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)