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 | 頡サ竇柯 | 11101000111101001011101111100010100001011001111001101000 | e8f4bbe2859e68 |
EUC-JP | 頡サ竇柯 | 1111000011110110100011101011101111100011111001011101101111001001 | f0f68ebbe3e5dbc9 |
UTF-8 | 頡サ竇柯 | 111010011010000010100001111011111011110110111011111001111010101110000111111001101001111110101111 | e9a0a1efbdbbe7ab87e69faf |
UHC | ??竇柯 | 001111110011111111010100111001001100101010101111 | 3f3fd4e4caaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)