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 | 隍・緕ゥ | 111010001010010010100101111000111000111010101001 | e8a4a5e38ea9 |
EUC-JP | 隍・緕ゥ | 1111000010100110100011101010010111100101111011101000111010101001 | f0a68ea5e5ee8ea9 |
UTF-8 | 隍・緕ゥ | 111010011001101010001101111011111011110110100101111001111011011110010101111011111011110110101001 | e99a8defbda5e7b795efbda9 |
UHC | 隍??? | 1111110011011011001111110011111100111111 | fcdb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)