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 | 貔磯擠 | 111001101011111010001000111010011001110110101001 | e6be88e99da9 |
EUC-JP | 貔磯擠 | 111011001100000010110000111010111101101010101011 | ecc0b0ebdaab |
UTF-8 | 貔磯擠 | 111010001011001010010100111001111010001110101111111001101001001110100000 | e8b294e7a3afe693a0 |
UHC | ?磯? | 00111111110100011011010000111111 | 3fd1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)