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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隍贋シ | 1110100010100100100010101110010010111100 | e8a48ae4bc |
EUC-JP | 隍贋シ | 111100001010011010110100111001101000111010111100 | f0a6b4e68ebc |
UTF-8 | 隍贋シ | 111010011001101010001101111010001011010010001011111011111011110110111100 | e99a8de8b48befbdbc |
UHC | 隍?? | 11111100110110110011111100111111 | fcdb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)