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 | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-WIN | 訊??盾勝o | 100100000111010100111111001111111000111110000010100011111001111101101111 | 90753f3f8f828f9f6f |
EUC-JP | 訊??盾勝o | 101111111101011000111111001111111011110111100010101111101010000101101111 | bfd63f3fbde2bea16f |
UTF-8 | 訊륒껥盾勝o | 11101000101010001000101011101011101001011001001011101010101110111010010111100111100110111011111011100101100010111001110101101111 | e8a88aeba592eabba5e79bbee58b9d6f |
UHC | 訊륒껥盾勝o | 1110001111110010100011111111100110000011111111101110001011101010111000111010110101101111 | e3f28ff983fee2eae3ad6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)