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 | £§ãúÏÙ | 101000111010011111100011111110101100111111011001 | a3a7e3facfd9 |
SJIS-WIN | £§???? | 1000000110010010100000011001100000111111001111110011111100111111 | 819281983f3f3f3f |
EUC-JP | £§ãúÏÙ | 10100001111100101010000111111000100011111010101110101010100011111010101111100010100011111010101011000001100011111010101011100011 | a1f2a1f88fabaa8fabe28faac18faae3 |
UTF-8 | £§ãúÏÙ | 110000101010001111000010101001111100001110100011110000111011101011000011100011111100001110011001 | c2a3c2a7c3a3c3bac38fc399 |
UHC | ?§???? | 00111111101000011101011100111111001111110011111100111111 | 3fa1d73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)