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 | 汐昭 | 111100101011111110001110101011001000111110111010 | f2bf8eac8fba |
EUC-JP | ?汐昭 | 0011111110111100101011101011111010111100 | 3fbcaebebc |
UTF-8 | 汐昭 | 111011101000011110110110111001101011000110010000111001101001100010101101 | ee87b6e6b190e698ad |
UHC | ?汐昭 | 0011111111100000101100011110000110111001 | 3fe0b1e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)