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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 濡??濡??B | 100101000100011100111111001111111001010001000111001111110011111101000010 | 94473f3f94473f3f42 |
| EUC-JP | 濡??濡??B | 110001111010100000111111001111111100011110101000001111110011111101000010 | c7a83f3fc7a83f3f42 |
| UTF-8 | 濡뤿죿濡뤿죿B | 11100110101111111010000111101011101001001011111111101100101000111011111111100110101111111010000111101011101001001011111111101100101000111011111101000010 | e6bfa1eba4bfeca3bfe6bfa1eba4bfeca3bf42 |
| UHC | 濡뤿죿濡뤿죿B | 11101011101000011000111111101011101000011001011111101011101000011000111111101011101000011001011101000010 | eba18feba197eba18feba19742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)