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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 譏輩 | 11100110100110001001010001111001 | e6989479 |
EUC-JP | 譏輩 | 11101011111110001100011111011010 | ebf8c7da |
UTF-8 | 譏輩 | 111010001010110110001111111010001011110010101001 | e8ad8fe8bca9 |
UHC | 譏輩 | 11010001110000011101101111010100 | d1c1dbd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)