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 | 001111111001000001110010100101111011111101001111 | 3f907297bf4f |
| EUC-JP | ?甚料O | 001111111011111111010011110011101100000101001111 | 3fbfd3cec14f |
| UTF-8 | 灐甚料O | 11100111100000011001000011100111100101001001101011100110100101101001100101001111 | e78190e7949ae696994f |
| UHC | 灐甚料O | 11111011101001011110010010100100110101101111100101001111 | fba5e4a4d6f94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)