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 | Ï§Ï | 100111001100111110000011101001111001110011001111 | 9ccf83a79ccf |
SJIS-WIN | ???§?? | 00111111001111110011111110000001100110000011111100111111 | 3f3f3f81983f3f |
EUC-JP | ?Ï?§?Ï | 0011111110001111101010101100000100111111101000011111100000111111100011111010101011000001 | 3f8faac13fa1f83f8faac1 |
UTF-8 | Ï§Ï | 110000101001110011000011100011111100001010000011110000101010011111000010100111001100001110001111 | c29cc38fc283c2a7c29cc38f |
UHC | ???§?? | 00111111001111110011111110100001110101110011111100111111 | 3f3f3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)