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 | 遑晟早顆 | 1110011110100001100111011110111010010001100000011110100011110111 | e7a19dee9181e8f7 |
EUC-JP | 遑晟早顆 | 1110111010100011110110101111000011000001111000011111000011111001 | eea3daf0c1e1f0f9 |
UTF-8 | 遑晟早顆 | 111010011000000110010001111001101001100110011111111001101001011110101001111010011010000110000110 | e98191e6999fe697a9e9a186 |
UHC | 遑晟早顆 | 1111110011011010111000001111100111110000110001001100111010101000 | fcdae0f9f0c4cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)