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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?洵燥洵占 | 001111111001111110101011100100011000011110011111101010111001000011101000 | 3f9fab91879fab90e8 |
EUC-JP | ?洵燥洵占 | 001111111101111010101101110000011110011111011110101011011100000011101010 | 3fdeadc1e7deadc0ea |
UTF-8 | 롇洵燥洵占 | 111010111010000110000111111001101011010010110101111001111000011110100101111001101011010010110101111001011000110110100000 | eba187e6b4b5e787a5e6b4b5e58da0 |
UHC | 롇洵燥洵占 | 10001110110011011110001011100111111100001100111111100010111001111110111110111111 | 8ecde2e7f0cfe2e7efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)