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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 醯?\ | 11100111110011110011111101011100 | e7cf3f5c |
EUC-JP | 醯?\ | 11101110110100010011111101011100 | eed13f5c |
UTF-8 | 醯쏂\ | 11101001100001101010111111101100100011111000001001011100 | e986afec8f825c |
UHC | 醯쏂\ | 1111101110111000100110111110100001011100 | fbb89be85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)