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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雕????? | 11101000101110000011111100111111001111110011111100111111 | e8b83f3f3f3f3f |
EUC-JP | 雕????? | 11110000101110100011111100111111001111110011111100111111 | f0ba3f3f3f3f3f |
UTF-8 | 雕곕ㄼ麟렱뤯 | 111010011001101110010101111010101011001110010101111000111000010010111100111011111010011110110011111010111010000010110001111010111010010010101111 | e99b95eab395e384bcefa7b3eba0b1eba4af |
UHC | 雕곕ㄼ麟렱뤯 | 111100001110011110110000111010111010010010101100111011001110100010001110101111101000111111011101 | f0e7b0eba4acece88ebe8fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)