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 | 茯燼 | 11100100101010001110000010011110 | e4a8e09e |
EUC-JP | 茯燼 | 11101000101010101101111111111110 | e8aadffe |
UTF-8 | 茯燼 | 111010001000110010101111111001111000011110111100 | e88cafe787bc |
UHC | 茯燼 | 11011100110110101110001111101000 | dcdae3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)