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 | η· | 110011101011011110110111 | ceb7b7 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Î?? | 1000111110101010110000100011111100111111 | 8faac23f3f |
UTF-8 | η· | 110000111000111011000010101101111100001010110111 | c38ec2b7c2b7 |
UHC | ?·· | 0011111110100001101001001010000110100100 | 3fa1a4a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)