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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉗ェ逋「蟋呵 | 11100111111001111010101011100111100110011010001011100101101001111001100111101000 | e7e7aae799a2e5a799e8 |
EUC-JP | 鉗ェ逋「蟋呵 | 111011101110100110001110101010101110110111111001100011101010001011101010101010011101001011101010 | eee98eaaedf98ea2eaa9d2ea |
UTF-8 | 鉗ェ逋「蟋呵 | 111010011000100110010111111011111011110110101010111010011000000010001011111011111011110110100010111010001001111110001011111001011001000110110101 | e98997efbdaae9808befbda2e89f8be591b5 |
UHC | 鉗?逋??呵 | 110011001100011000111111111110001110011100111111001111111100101010100111 | ccc63ff8e73f3fcaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)