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 | 篠社 | 100011101100001011110000101100101000111011010000 | 8ec2f0b28ed0 |
EUC-JP | 篠?社 | 1011110011000100001111111011110011010010 | bcc43fbcd2 |
UTF-8 | 篠社 | 111001111010111110100000111011101000000110110001111001111010010010111110 | e7afa0ee81b1e7a4be |
UHC | 篠?社 | 1110000111000110001111111101111011100100 | e1c63fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)