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 | ?????® | 001111110011111100111111001111110011111110101110 | 3f3f3f3f3fae |
SJIS-WIN | 族?粧??? | 1001000110110000001111111000111111001111001111110011111100111111 | 91b03f8fcf3f3f3f |
EUC-JP | 族?粧??® | 11000010101100100011111110111110110100010011111100111111100011111010001011101110 | c2b23fbed13f3f8fa2ee |
UTF-8 | 族렪粧렰鱗® | 1110011010010111100011111110101110100000101010101110011110110010101001111110101110100000101100001110111110100111101100101100001010101110 | e6978feba0aae7b2a7eba0b0efa7b2c2ae |
UHC | 族렪粧렰鱗® | 111100001110100110001110101110001110110111110010100011101011110111101100111001111010001011100111 | f0e98eb8edf28ebdece7a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)