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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??徇?Ⅹ | 111010011111001000111111001111111001110001101101001111111000011101011101 | e9f23f3f9c6d3f875d |
EUC-JP | 鶯??徇?? | 1111001011110100001111110011111111010111110011100011111100111111 | f2f43f3fd7ce3f3f |
UTF-8 | 鶯끹냺徇띷Ⅹ | 111010011011011010101111111010111000000110111001111010111000001110111010111001011011111010000111111010111001110110110111111000101000010110101001 | e9b6afeb81b9eb83bae5be87eb9db7e285a9 |
UHC | 鶯끹냺徇띷Ⅹ | 111001011010001110000101111000111000011010001010111000101101111110001101111001101010010110111001 | e5a385e3868ae2df8de6a5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)