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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 癰訛 | 11100001100111101110011001100001 | e19ee661 |
EUC-JP | 癰訛 | 11100001111111101110101111000010 | e1feebc2 |
UTF-8 | 癰訛 | 111001111001100110110000111010001010100010011011 | e799b0e8a89b |
UHC | 癰訛 | 11101000101110011110100011000101 | e8b9e8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)