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 | ÜèG\ | 1001101111011100111010000100011101011100 | 9bdce8475c |
SJIS-WIN | ???G\ | 0011111100111111001111110100011101011100 | 3f3f3f475c |
EUC-JP | ?ÜèG\ | 001111111000111110101010111001001000111110101011101100100100011101011100 | 3f8faae48fabb2475c |
UTF-8 | ÜèG\ | 1100001010011011110000111001110011000011101010000100011101011100 | c29bc39cc3a8475c |
UHC | ???G\ | 0011111100111111001111110100011101011100 | 3f3f3f475c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)