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 | 001111111000001110001011001111111001011110000000001111110011111101001111 | 3f838b3f97803f3f4f |
| EUC-JP | 邕ル?沃??O | 1000111111100001111011011010010111101011001111111100110111100000001111110011111101001111 | 8fe1eda5eb3fcde03f3f4f |
| UTF-8 | 邕ル젿沃뚮젵O | 11101001100000101001010111100011100000111010101111101100101000001011111111100110101100101000001111101011100110101010111011101100101000001011010101001111 | e98295e383abeca0bfe6b283eb9aaeeca0b54f |
| UHC | 邕ル젿沃뚮젵O | 11101000101110111010101111101011101000001011000111101000101010101000110011101011101000001010100101001111 | e8bbabeba0b1e8aa8ceba0a94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)