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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 松D松D^ | 10001111101111000100010010001111101111000100010001011110 | 8fbc448fbc445e |
EUC-JP | 松D松D^ | 10111110101111100100010010111110101111100100010001011110 | bebe44bebe445e |
UTF-8 | 松D松D^ | 111001101001110110111110010001001110011010011101101111100100010001011110 | e69dbe44e69dbe445e |
UHC | 松D松D^ | 11100001111001100100010011100001111001100100010001011110 | e1e644e1e6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)