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 | 蛯イ墲截 | 11100101100000101011001011111010100111101001110101000010 | e582b2fa9e9d42 |
EUC-JP | 蛯イ墲截 | 111010011110001010001110101100101000111110111000110011101101100110100011 | e9e28eb28fb8ced9a3 |
UTF-8 | 蛯イ墲截 | 111010001001101110101111111011111011110110110010111001011010001010110010111001101000100010101010 | e89bafefbdb2e5a2b2e688aa |
UHC | ???截 | 0011111100111111001111111110111110111000 | 3f3f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)