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^ | 10001001010100010100010010001001010100010100010001011110 | 8951448951445e |
EUC-JP | 渦D渦D^ | 10110001101100100100010010110001101100100100010001011110 | b1b244b1b2445e |
UTF-8 | 渦D渦D^ | 111001101011100010100110010001001110011010111000101001100100010001011110 | e6b8a644e6b8a6445e |
UHC | 渦D渦D^ | 11101000101111100100010011101000101111100100010001011110 | e8be44e8be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)