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 | 霽癰 | 11101000110001111110000110011110 | e8c7e19e |
EUC-JP | 霽癰 | 11110000110010011110000111111110 | f0c9e1fe |
UTF-8 | 霽癰 | 111010011001110010111101111001111001100110110000 | e99cbde799b0 |
UHC | 霽癰 | 11110000101110001110100010111001 | f0b8e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)