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 | 00111111100010011000111000111111001111110011111101001111 | 3f898e3f3f3f4f |
| EUC-JP | ?猿???O | 00111111101100011110111000111111001111110011111101001111 | 3fb1ee3f3f3f4f |
| UTF-8 | 롎猿롆얇롅O | 11101011101000011000111011100111100011001011111111101011101000011000011011101100100101101000011111101011101000011000010101001111 | eba18ee78cbfeba186ec9687eba1854f |
| UHC | 롎猿롆얇롅O | 1000111011010100111010101011101110001110110011001011111011100011100011101100101101001111 | 8ed4eabb8eccbee38ecb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)