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 | ?削? | 00111111100011011110110100111111 | 3f8ded3f |
EUC-JP | 邕削? | 100011111110000111101101101110101110111100111111 | 8fe1edbaef3f |
UTF-8 | 邕削驪 | 111010011000001010010101111001011000100110001010111011111010011010000111 | e98295e5898aefa687 |
UHC | 邕削驪 | 111010001011101111011110111110111110011010101111 | e8bbdefbe6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)