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^ | 10001101101111010100010010001101101111010100010001011110 | 8dbd448dbd445e |
EUC-JP | 鎖D鎖D^ | 10111010101111110100010010111010101111110100010001011110 | babf44babf445e |
UTF-8 | 鎖D鎖D^ | 111010011000111010010110010001001110100110001110100101100100010001011110 | e98e9644e98e96445e |
UHC | 鎖D鎖D^ | 11100001111100000100010011100001111100000100010001011110 | e1f044e1f0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)