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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 釵}釵{^ | 11100111110111100111110111100111110111100111101101011110 | e7de7de7de7b5e |
EUC-JP | 釵}釵{^ | 11101110111000000111110111101110111000000111101101011110 | eee07deee07b5e |
UTF-8 | 釵}釵{^ | 111010011000011110110101011111011110100110000111101101010111101101011110 | e987b57de987b57b5e |
UHC | 釵}釵{^ | 11110011111110110111110111110011111110110111101101011110 | f3fb7df3fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)