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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 脛ワ修a | 11100011111110001000001110001111100011110100001101100001 | e3f8838f8f4361 |
EUC-JP | 脛ワ修a | 11100110111110101010010111101111101111011010010001100001 | e6faa5efbda461 |
UTF-8 | 脛ワ修a | 11101000100001001001101111100011100000111010111111100100101111111010111001100001 | e8849be383afe4bfae61 |
UHC | 脛ワ修a | 11001100111010111010101111101111111000011111001101100001 | ccebabefe1f361 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)