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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 濡??h濡 | 10010100010001110011111100111111011010001001010001000111 | 94473f3f689447 |
EUC-JP | 濡??h濡 | 11000111101010000011111100111111011010001100011110101000 | c7a83f3f68c7a8 |
UTF-8 | 濡귣죰h濡 | 11100110101111111010000111101010101101111010001111101100101000111011000001101000111001101011111110100001 | e6bfa1eab7a3eca3b068e6bfa1 |
UHC | 濡귣죰h濡 | 111010111010000110000010111010111010000110001011011010001110101110100001 | eba182eba18b68eba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)