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 | 鉚宣。泌 | 11100111111101001001000011101001101000011001010011100101 | e7f490e9a194e5 |
EUC-JP | 鉚宣。泌 | 1110111011110110110000001110101110001110101000011100100011100111 | eef6c0eb8ea1c8e7 |
UTF-8 | 鉚宣。泌 | 111010011000100110011010111001011010111010100011111011111011110110100001111001101011001110001100 | e9899ae5aea3efbda1e6b38c |
UHC | ?宣?泌 | 001111111110000010111110001111111111100110110010 | 3fe0be3ff9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)