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 | 鋤席 | 10001111100110111001000011001000 | 8f9b90c8 |
EUC-JP | 鋤席 | 10111101111110111100000011001010 | bdfbc0ca |
UTF-8 | 鋤席 | 111010011000101110100100111001011011100010101101 | e98ba4e5b8ad |
UHC | 鋤席 | 11100000101001111110000010101100 | e0a7e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)