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^ | 1001110111011101100110110100011101011110 | 9ddd9b475e |
SJIS-WIN | ???G^ | 0011111100111111001111110100011101011110 | 3f3f3f475e |
EUC-JP | ?Ý?G^ | 00111111100011111010101011110010001111110100011101011110 | 3f8faaf23f475e |
UTF-8 | ÝG^ | 1100001010011101110000111001110111000010100110110100011101011110 | c29dc39dc29b475e |
UHC | ???G^ | 0011111100111111001111110100011101011110 | 3f3f3f475e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)