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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 俎?}俎?{^ | 100110001101011100111111011111011001100011010111001111110111101101011110 | 98d73f7d98d73f7b5e |
EUC-JP | 俎?}俎?{^ | 110100001101100100111111011111011101000011011001001111110111101101011110 | d0d93f7dd0d93f7b5e |
UTF-8 | 俎똬}俎똬{^ | 111001001011111110001110111010111001100010101100011111011110010010111111100011101110101110011000101011000111101101011110 | e4bf8eeb98ac7de4bf8eeb98ac7b5e |
UHC | 俎똬}俎똬{^ | 1111000010111011101101101100110001111101111100001011101110110110110011000111101101011110 | f0bbb6cc7df0bbb6cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)