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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑ッ遉シ魄賛 | 11101000101111111010111111100111101001001011110011101001101011101000111001011110 | e8bfafe7a4bce9ae8e5e |
EUC-JP | 霑ッ遉シ魄賛 | 111100001100000110001110101011111110111010100110100011101011110011110010101100001011101110111111 | f0c18eafeea68ebcf2b0bbbf |
UTF-8 | 霑ッ遉シ魄賛 | 111010011001110010010001111011111011110110101111111010011000000110001001111011111011110110111100111010011010110110000100111010001011001110011011 | e99c91efbdafe98189efbdbce9ad84e8b39b |
UHC | 霑???魄? | 1110111111000101001111110011111100111111110110111101111000111111 | efc53f3f3fdbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)