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 | ???@???@ | 0011111100111111001111110100000000111111001111110011111101000000 | 3f3f3f403f3f3f40 |
SJIS-WIN | セュ雫@セュ雫@ | 10111110101011011000111010110100010000001011111010101101100011101011010001000000 | bead8eb440bead8eb440 |
EUC-JP | セュ雫@セュ雫@ | 1000111010111110100011101010110110111100101101100100000010001110101111101000111010101101101111001011011001000000 | 8ebe8eadbcb6408ebe8eadbcb640 |
UTF-8 | セュ雫@セュ雫@ | 1110111110111101101111101110111110111101101011011110100110011011101010110100000011101111101111011011111011101111101111011010110111101001100110111010101101000000 | efbdbeefbdade99bab40efbdbeefbdade99bab40 |
UHC | ???@???@ | 0011111100111111001111110100000000111111001111110011111101000000 | 3f3f3f403f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)