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 | Í°÷©s | 1100110110110000111101111010100101110011 | cdb0f7a973 |
SJIS-WIN | ?°÷?s | 00111111100000011000101110000001100000000011111101110011 | 3f818b81803f73 |
EUC-JP | Í°÷©s | 1000111110101010101111111010000111101011101000011110000010001111101000101110110101110011 | 8faabfa1eba1e08fa2ed73 |
UTF-8 | Í°÷©s | 110000111000110111000010101100001100001110110111110000101010100101110011 | c38dc2b0c3b7c2a973 |
UHC | ?°÷?s | 00111111101000011100011010100001110000000011111101110011 | 3fa1c6a1c03f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)