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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訊??盾 | 100100000111010100111111001111111000111110000010 | 90753f3f8f82 |
EUC-JP | 訊??盾 | 101111111101011000111111001111111011110111100010 | bfd63f3fbde2 |
UTF-8 | 訊륒껥盾 | 111010001010100010001010111010111010010110010010111010101011101110100101111001111001101110111110 | e8a88aeba592eabba5e79bbe |
UHC | 訊륒껥盾 | 1110001111110010100011111111100110000011111111101110001011101010 | e3f28ff983fee2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)