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 | àòâ]] | 1110000011110010111000100101110101011101 | e0f2e25d5d |
SJIS-WIN | ???]] | 0011111100111111001111110101110101011101 | 3f3f3f5d5d |
EUC-JP | àòâ]] | 1000111110101011101000101000111110101011110100101000111110101011101001000101110101011101 | 8faba28fabd28faba45d5d |
UTF-8 | àòâ]] | 1100001110100000110000111011001011000011101000100101110101011101 | c3a0c3b2c3a25d5d |
UHC | ???]] | 0011111100111111001111110101110101011101 | 3f3f3f5d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)