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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 賰悌鎗~ | 11111011101011011001001011101110100100011001100101111110 | fbad92ee91997e |
EUC-JP | 賰悌鎗~ | 1000111111011111101110011100010011110000110000011111100101111110 | 8fdfb9c4f0c1f97e |
UTF-8 | 賰悌鎗~ | 11101000101100111011000011100110100000101000110011101001100011101001011101111110 | e8b3b0e6828ce98e977e |
UHC | ?悌?~ | 0011111111110000101010100011111101111110 | 3ff0aa3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)