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 | 筌??濡??^ | 111000101010001100111111001111111001010001000111001111110011111101011110 | e2a33f3f94473f3f5e |
| EUC-JP | 筌??濡??^ | 111001001010010100111111001111111100011110101000001111110011111101011110 | e4a53f3fc7a83f3f5e |
| UTF-8 | 筌긺뙥濡뤿젛^ | 11100111101011011000110011101010101110001011101011101011100110011010010111100110101111111010000111101011101001001011111111101100101000001001101101011110 | e7ad8ceab8baeb99a5e6bfa1eba4bfeca09b5e |
| UHC | 筌긺뙥濡뤿젛^ | 11101111101001111011000111100111100011001010100111101011101000011000111111101011101000001001011101011110 | efa7b1e78ca9eba18feba0975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)