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 | 隘娯握謠 | 1110100010100101100011001110001010001000101011001110011010001111 | e8a58ce288ace68f |
EUC-JP | 隘娯握謠 | 1111000010100111101110001110010010110000101011101110101111101111 | f0a7b8e4b0aeebef |
UTF-8 | 隘娯握謠 | 111010011001101010011000111001011010100010101111111001101000111110100001111010001010110010100000 | e99a98e5a8afe68fa1e8aca0 |
UHC | 隘?握謠 | 11100100111101100011111111100100110001001110100110101010 | e4f63fe4c4e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)