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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 粧??篩? | 10001111110011110011111100111111111000101011111100111111 | 8fcf3f3fe2bf3f |
EUC-JP | 粧?荑篩? | 101111101101000100111111100011111101011111111001111001001100000100111111 | bed13f8fd7f9e4c13f |
UTF-8 | 粧렫荑篩렣 | 111001111011001010100111111010111010000010101011111010001000110110010001111001111010111110101001111010111010000010100011 | e7b2a7eba0abe88d91e7afa9eba0a3 |
UHC | 粧렫荑篩렣 | 11101101111100101000111010111001111011001011111111011110111010001000111010110100 | edf28eb9ecbfdee88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)