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 | 霑ッ遉シ譴カ | 111010001011111110101111111001111010010010111100111001101010001010110110 | e8bfafe7a4bce6a2b6 |
EUC-JP | 霑ッ遉シ譴カ | 111100001100000110001110101011111110111010100110100011101011110011101100101001001000111010110110 | f0c18eafeea68ebceca48eb6 |
UTF-8 | 霑ッ遉シ譴カ | 111010011001110010010001111011111011110110101111111010011000000110001001111011111011110110111100111010001010110110110100111011111011110110110110 | e99c91efbdafe98189efbdbce8adb4efbdb6 |
UHC | 霑???譴? | 1110111111000101001111110011111100111111110011001011100100111111 | efc53f3f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)