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 | ???h\ | 0011111100111111001111110110100001011100 | 3f3f3f685c |
SJIS-WIN | セュ蒔h\ | 101111101010110110001110101010100110100001011100 | bead8eaa685c |
EUC-JP | セュ蒔h\ | 1000111010111110100011101010110110111100101011000110100001011100 | 8ebe8eadbcac685c |
UTF-8 | セュ蒔h\ | 1110111110111101101111101110111110111101101011011110100010010010100101000110100001011100 | efbdbeefbdade89294685c |
UHC | ??蒔h\ | 001111110011111111100011110010000110100001011100 | 3f3fe3c8685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)