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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闌門勣蜈 | 1110100010001100100101101110010110011001101010001110010110000101 | e88c96e599a8e585 |
EUC-JP | 闌門勣蜈 | 1110111111101100110011001110011111010010101010101110100111100101 | efeccce7d2aae9e5 |
UTF-8 | 闌門勣蜈 | 111010011001011110001100111010011001011010000000111001011000101110100011111010001001110010001000 | e9978ce99680e58ba3e89c88 |
UHC | ?門勣蜈 | 00111111110110101010011011101110110100111110100010100101 | 3fdaa6eed3e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)