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 | 100110101110111000111111010000001001101011101110001111110100000001000010 | 9aee3f409aee3f4042 |
EUC-JP | 夭?@夭?@B | 110101001111000000111111010000001101010011110000001111110100000001000010 | d4f03f40d4f03f4042 |
UTF-8 | 夭숷@夭숷@B | 111001011010010010101101111011001000100010110111010000001110010110100100101011011110110010001000101101110100000001000010 | e5a4adec88b740e5a4adec88b74042 |
UHC | 夭숷@夭숷@B | 1110100011101100100110100100110001000000111010001110110010011010010011000100000001000010 | e8ec9a4c40e8ec9a4c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)