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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 灼社\ | 1000111011011100100011101101000001011100 | 8edc8ed05c |
EUC-JP | 灼社\ | 1011110011011110101111001101001001011100 | bcdebcd25c |
UTF-8 | 灼社\ | 11100111100000011011110011100111101001001011111001011100 | e781bce7a4be5c |
UHC | 灼社\ | 1110110111000111110111101110010001011100 | edc7dee45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)