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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 鳶??訝??O | 100100111100111000111111001111111110011001100010001111110011111101001111 | 93ce3f3fe6623f3f4f |
| EUC-JP | 鳶??訝??O | 110001101101000000111111001111111110101111000011001111110011111101001111 | c6d03f3febc33f3f4f |
| UTF-8 | 鳶멨뜕訝밧컟O | 11101001101100111011011011101011101010011010100011101011100111001001010111101000101010001001110111101011101100001010011111101100101110111001111101001111 | e9b3b6eba9a8eb9c95e8a89debb0a7ecbb9f4f |
| UHC | 鳶멨뜕訝밧컟O | 11100110111010011011100011100101100011011001100011100100101110001011100111100101101100001000101001001111 | e6e9b8e58d98e4b8b9e5b08a4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)