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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 艶?@艶?@B | 100010011001000000111111010000001000100110010000001111110100000001000010 | 89903f4089903f4042 |
EUC-JP | 艶?@艶?@B | 101100011111000000111111010000001011000111110000001111110100000001000010 | b1f03f40b1f03f4042 |
UTF-8 | 艶뾷@艶뾷@B | 111010001000100110110110111010111011111010110111010000001110100010001001101101101110101110111110101101110100000001000010 | e889b6ebbeb740e889b6ebbeb74042 |
UHC | 艶뾷@艶뾷@B | 1110011011111101100101110111100101000000111001101111110110010111011110010100000001000010 | e6fd977940e6fd97794042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)