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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譿」驪与 | 11111011101011001010001111101001100010111001011101011110 | fbaca3e98b975e |
EUC-JP | ?」驪与 | 00111111100011101010001111110001111010111100110110111111 | 3f8ea3f1ebcdbf |
UTF-8 | 譿」驪与 | 111010001010110110111111111011111011110110100011111010011010100110101010111001001011100010001110 | e8adbfefbda3e9a9aae4b88e |
UHC | ??驪? | 0011111100111111110101011111000100111111 | 3f3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)