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 | 鉚城。曰 | 11100111111101001000111111101001101000011001111001001000 | e7f48fe9a19e48 |
EUC-JP | 鉚城。曰 | 1110111011110110101111101110101110001110101000011101101110101001 | eef6beeb8ea1dba9 |
UTF-8 | 鉚城。曰 | 111010011000100110011010111001011001111110001110111011111011110110100001111001101001101110110000 | e9899ae59f8eefbda1e69bb0 |
UHC | ?城?曰 | 001111111110000011110010001111111110100011011000 | 3fe0f23fe8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)