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\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 酌借g\ | 100011101101111010001110110110000110011101011100 | 8ede8ed8675c |
EUC-JP | 酌借g\ | 101111001110000010111100110110100110011101011100 | bce0bcda675c |
UTF-8 | 酌借g\ | 1110100110000101100011001110010110000000100111110110011101011100 | e9858ce5809f675c |
UHC | 酌借g\ | 111011011100110011110011101010000110011101011100 | edccf3a8675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)