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 | 隘瑚・沓 | 11101000101001011000110011101000101001011000110001000010 | e8a58ce8a58c42 |
EUC-JP | 隘瑚・沓 | 1111000010100111101110001110101010001110101001011011011110100011 | f0a7b8ea8ea5b7a3 |
UTF-8 | 隘瑚・沓 | 111010011001101010011000111001111001000110011010111011111011110110100101111001101011001010010011 | e99a98e7919aefbda5e6b293 |
UHC | 隘瑚?沓 | 11100100111101101111101111010001001111111101001111001011 | e4f6fbd13fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)