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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雍?雍?B | 11101000101101000011111111101000101101000011111101000010 | e8b43fe8b43f42 |
EUC-JP | 雍?雍?B | 11110000101101100011111111110000101101100011111101000010 | f0b63ff0b63f42 |
UTF-8 | 雍렑雍렑B | 11101001100110111000110111101011101000001001000111101001100110111000110111101011101000001001000101000010 | e99b8deba091e99b8deba09142 |
UHC | 雍렑雍렑B | 111010001011110010001110101001101110100010111100100011101010011001000010 | e8bc8ea6e8bc8ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)