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 | 炯僭 | 11100000011101101001100101000111 | e0769947 |
EUC-JP | 炯僭 | 11011111110101111101000110101000 | dfd7d1a8 |
UTF-8 | 炯僭 | 111001111000001010101111111001011000001110101101 | e782afe583ad |
UHC | 炯僭 | 11111011101001101111001111010000 | fba6f3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)