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 | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
SJIS-WIN | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
EUC-JP | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
UTF-8 | 劣먮젎@劣먮젎@B | 111011111010011010011101111010111010100010101110111011001010000010001110010000001110111110100110100111011110101110101000101011101110110010100000100011100100000001000010 | efa69deba8aeeca08e40efa69deba8aeeca08e4042 |
UHC | 劣먮젎@劣먮젎@B | 111001101110101110010000111010111010000010001111010000001110011011101011100100001110101110100000100011110100000001000010 | e6eb90eba08f40e6eb90eba08f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)