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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粱g食 | 111000101110101110000010100001111001000001001000 | e2eb82879048 |
EUC-JP | 粱g食 | 111001001110110110100011111001111011111110101001 | e4eda3e7bfa9 |
UTF-8 | 粱g食 | 111001111011001010110001111011111011110110000111111010011010001110011111 | e7b2b1efbd87e9a39f |
UHC | 粱g食 | 110101011101110010100011111001111110001111011101 | d5dca3e7e3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)