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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 讐社 | 10001111010100011000111011010000 | 8f518ed0 |
EUC-JP | 讐社 | 10111101101100101011110011010010 | bdb2bcd2 |
UTF-8 | 讐社 | 111010001010111010010000111001111010010010111110 | e8ae90e7a4be |
UHC | 讐社 | 11100010110000101101111011100100 | e2c2dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)