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 | 鞳ゥ訒ィ | 111010001110001110101001111110111010001110101000 | e8e3a9fba3a8 |
EUC-JP | 鞳ゥ訒ィ | 111100001110010110001110101010011000111111011101110010001000111010101000 | f0e58ea98fddc88ea8 |
UTF-8 | 鞳ゥ訒ィ | 111010011001111010110011111011111011110110101001111010001010100010010010111011111011110110101000 | e99eb3efbda9e8a892efbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)