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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 餘?〃愈 | 11101001010100000011111110000001010101101001011011111010 | e9503f815696fa |
EUC-JP | 餘?〃愈 | 11110001101100010011111110100001101101111100110011111100 | f1b13fa1b7ccfc |
UTF-8 | 餘됰〃愈 | 111010011010010010011000111010111001000010110000111000111000000010000011111001101000010010001000 | e9a498eb90b0e38083e68488 |
UHC | 餘됰〃愈 | 1110011010101110100010011110101110100001101010001110101011101111 | e6ae89eba1a8eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)