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 | rLhrL | 10011111011100100100110001101000100111110111001001001100 | 9f724c689f724c |
SJIS-WIN | ?rLh?rL | 00111111011100100100110001101000001111110111001001001100 | 3f724c683f724c |
EUC-JP | ?rLh?rL | 00111111011100100100110001101000001111110111001001001100 | 3f724c683f724c |
UTF-8 | rLhrL | 110000101001111101110010010011000110100011000010100111110111001001001100 | c29f724c68c29f724c |
UHC | ?rLh?rL | 00111111011100100100110001101000001111110111001001001100 | 3f724c683f724c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)