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 | 11100111100011001001000001110010100101111011111101001111 | e78c907297bf4f |
| EUC-JP | 迪甚料O | 11101101111011001011111111010011110011101100000101001111 | edecbfd3cec14f |
| UTF-8 | 迪甚料O | 11101000101111111010101011100111100101001001101011100110100101101001100101001111 | e8bfaae7949ae696994f |
| UHC | 迪甚料O | 11101110111010001110010010100100110101101111100101001111 | eee8e4a4d6f94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)