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 | 搖??液 | 100111011000101000111111001111111000100101110100 | 9d8a3f3f8974 |
EUC-JP | 搖??液 | 110110011110101000111111001111111011000111010101 | d9ea3f3fb1d5 |
UTF-8 | 搖사떓液 | 111001101001000010010110111011001000001010101100111010111001011010010011111001101011011010110010 | e69096ec82aceb9693e6b6b2 |
UHC | 搖사떓液 | 1110100011110100101110111110011110001011101010011110010011111011 | e8f4bbe78ba9e4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)