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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 靖篩譴 | 100101101111010111100010101111111110011010100010 | 96f5e2bfe6a2 |
EUC-JP | 靖篩譴 | 110011001111011111100100110000011110110010100100 | ccf7e4c1eca4 |
UTF-8 | 靖篩譴 | 111010011001110110010110111001111010111110101001111010001010110110110100 | e99d96e7afa9e8adb4 |
UHC | 靖篩譴 | 111011111111111011011110111010001100110010111001 | effedee8ccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)