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 | 脾хサ | 1110010001000010100001001000011110111011 | e4428487bb |
EUC-JP | 脾хサ | 111001111010001110100111111001111000111010111011 | e7a3a7e78ebb |
UTF-8 | 脾хサ | 1110100010000100101111101101000110000101111011111011110110111011 | e884bed185efbdbb |
UHC | 脾х? | 1101111010100001101011001110011100111111 | dea1ace73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)