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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 蘖??壤?? | 1001111101010000001111110011111110011010110111110011111100111111 | 9f503f3f9adf3f3f |
EUC-JP | 蘖??壤®? | 11011101101100010011111100111111110101001110000110001111101000101110111000111111 | ddb13f3fd4e18fa2ee3f |
UTF-8 | 蘖띶룴壤®궘 | 1110100010011000100101101110101110011101101101101110101110100011101101001110010110100011101001001100001010101110111010101011011010011000 | e89896eb9db6eba3b4e5a3a4c2aeeab698 |
UHC | 蘖띶룴壤®궘 | 111001011110111010001101111001011000111110101001111001011011110110100010111001111000001010101101 | e5ee8de58fa9e5bda2e782ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)