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 | 闇癰 | 10001000110001011110000110011110 | 88c5e19e |
EUC-JP | 闇癰 | 10110000110001111110000111111110 | b0c7e1fe |
UTF-8 | 闇癰 | 111010011001011110000111111001111001100110110000 | e99787e799b0 |
UHC | 闇癰 | 11100100111000011110100010111001 | e4e1e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)