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 | ?軫}?軫{^ | 001111111110011101100110011111010011111111100111011001100111101101011110 | 3fe7667d3fe7667b5e |
EUC-JP | ?軫}?軫{^ | 001111111110110111000111011111010011111111101101110001110111101101011110 | 3fedc77d3fedc77b5e |
UTF-8 | 赸軫}赸軫{^ | 111010001011010110111000111010001011101110101011011111011110100010110101101110001110100010111011101010110111101101011110 | e8b5b8e8bbab7de8b5b8e8bbab7b5e |
UHC | ?軫}?軫{^ | 001111111111001011100010011111010011111111110010111000100111101101011110 | 3ff2e27d3ff2e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)