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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雋?雋?^ | 11101000101100100011111111101000101100100011111101011110 | e8b23fe8b23f5e |
EUC-JP | 雋?雋?^ | 11110000101101000011111111110000101101000011111101011110 | f0b43ff0b43f5e |
UTF-8 | 雋받雋밗^ | 11101001100110111000101111101011101100001001101111101001100110111000101111101011101100001001011101011110 | e99b8bebb09be99b8bebb0975e |
UHC | 雋받雋밗^ | 111100011110011010111001110111101111000111100110101110011101110001011110 | f1e6b9def1e6b9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)