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 | ꧪ^~ | 111010101010011110001110101010100101111001111110 | eaa78eaa5e7e |
SJIS-WIN | ?§??^~ | 00111111100000011001100000111111001111110101111001111110 | 3f81983f3f5e7e |
EUC-JP | ê§?ª^~ | 1000111110101011101101001010000111111000001111111000111110100010111011000101111001111110 | 8fabb4a1f83f8fa2ec5e7e |
UTF-8 | ꧪ^~ | 11000011101010101100001010100111110000101000111011000010101010100101111001111110 | c3aac2a7c28ec2aa5e7e |
UHC | ?§?ª^~ | 0011111110100001110101110011111110101000101000110101111001111110 | 3fa1d73fa8a35e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)