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 | ꧪ^c^ | 11101010101001111000111010101010010111100110001101011110 | eaa78eaa5e635e |
SJIS-WIN | ?§??^c^ | 0011111110000001100110000011111100111111010111100110001101011110 | 3f81983f3f5e635e |
EUC-JP | ê§?ª^c^ | 100011111010101110110100101000011111100000111111100011111010001011101100010111100110001101011110 | 8fabb4a1f83f8fa2ec5e635e |
UTF-8 | ꧪ^c^ | 1100001110101010110000101010011111000010100011101100001010101010010111100110001101011110 | c3aac2a7c28ec2aa5e635e |
UHC | ?§?ª^c^ | 001111111010000111010111001111111010100010100011010111100110001101011110 | 3fa1d73fa8a35e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)