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 | 邱壼ョエ | 111001111011011110011010111001011010111010110100 | e7b79ae5aeb4 |
EUC-JP | 邱壼ョエ | 1110111010111001110101001110011110001110101011101000111010110100 | eeb9d4e78eae8eb4 |
UTF-8 | 邱壼ョエ | 111010011000001010110001111001011010001110111100111011111011110110101110111011111011110110110100 | e982b1e5a3bcefbdaeefbdb4 |
UHC | 邱??? | 1100111111001000001111110011111100111111 | cfc83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)