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 | 俎}俎{^ | 10011000110101110111110110011000110101110111101101011110 | 98d77d98d77b5e |
EUC-JP | 俎}俎{^ | 11010000110110010111110111010000110110010111101101011110 | d0d97dd0d97b5e |
UTF-8 | 俎}俎{^ | 111001001011111110001110011111011110010010111111100011100111101101011110 | e4bf8e7de4bf8e7b5e |
UHC | 俎}俎{^ | 11110000101110110111110111110000101110110111101101011110 | f0bb7df0bb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)