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 | ÚçÍ÷ | 1101101011100111100011111100110111110111 | dae78fcdf7 |
SJIS-WIN | ????÷ | 001111110011111100111111001111111000000110000000 | 3f3f3f3f8180 |
EUC-JP | Úç?Í÷ | 100011111010101011100010100011111010101110101110001111111000111110101010101111111010000111100000 | 8faae28fabae3f8faabfa1e0 |
UTF-8 | ÚçÍ÷ | 11000011100110101100001110100111110000101000111111000011100011011100001110110111 | c39ac3a7c28fc38dc3b7 |
UHC | ????÷ | 001111110011111100111111001111111010000111000000 | 3f3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)