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 | 脂瘢 | 10001110100010011110000110001101 | 8e89e18d |
EUC-JP | 脂瘢 | 10111011111010011110000111101101 | bbe9e1ed |
UTF-8 | 脂瘢 | 111010001000010010000010111001111001100010100010 | e88482e798a2 |
UHC | 脂瘢 | 11110010101101111101101011101110 | f2b7daee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)