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 | Í°÷¤P | 1100110110110000111101111010010001010000 | cdb0f7a450 |
SJIS-WIN | ?°÷?P | 00111111100000011000101110000001100000000011111101010000 | 3f818b81803f50 |
EUC-JP | Í°÷¤P | 1000111110101010101111111010000111101011101000011110000010001111101000101111000001010000 | 8faabfa1eba1e08fa2f050 |
UTF-8 | Í°÷¤P | 110000111000110111000010101100001100001110110111110000101010010001010000 | c38dc2b0c3b7c2a450 |
UHC | ?°÷¤P | 0011111110100001110001101010000111000000101000101011010001010000 | 3fa1c6a1c0a2b450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)