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 | rLrL^ | 10011111011100100100110010011111011100100100110001011110 | 9f724c9f724c5e |
SJIS-WIN | ?rL?rL^ | 00111111011100100100110000111111011100100100110001011110 | 3f724c3f724c5e |
EUC-JP | ?rL?rL^ | 00111111011100100100110000111111011100100100110001011110 | 3f724c3f724c5e |
UTF-8 | rLrL^ | 110000101001111101110010010011001100001010011111011100100100110001011110 | c29f724cc29f724c5e |
UHC | ?rL?rL^ | 00111111011100100100110000111111011100100100110001011110 | 3f724c3f724c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)