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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 蘊??濡??^ | 111001010101110100111111001111111001010001000111001111110011111101011110 | e55d3f3f94473f3f5e |
| EUC-JP | 蘊??濡??^ | 111010011011111000111111001111111100011110101000001111110011111101011110 | e9be3f3fc7a83f3f5e |
| UTF-8 | 蘊딂죹濡뤿젛^ | 11101000100110001000101011101011100101001000001011101100101000111011100111100110101111111010000111101011101001001011111111101100101000001001101101011110 | e8988aeb9482eca3b9e6bfa1eba4bfeca09b5e |
| UHC | 蘊딂죹濡뤿젛^ | 11101000101100111000101011101000101000011001001111101011101000011000111111101011101000001001011101011110 | e8b38ae8a193eba18feba0975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)