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 | ?洵占 | 0011111110011111101010111001000011101000 | 3f9fab90e8 |
EUC-JP | ?洵占 | 0011111111011110101011011100000011101010 | 3fdeadc0ea |
UTF-8 | 롇洵占 | 111010111010000110000111111001101011010010110101111001011000110110100000 | eba187e6b4b5e58da0 |
UHC | 롇洵占 | 100011101100110111100010111001111110111110111111 | 8ecde2e7efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)