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 | 縡?載?源? | 111000110111000100111111100011011101101000111111100011001011100100111111 | e3713f8dda3f8cb93f |
EUC-JP | 縡?載?源? | 111001011101001000111111101110101101110000111111101110001011101100111111 | e5d23fbadc3fb8bb3f |
UTF-8 | 縡렕載렕源렰 | 111001111011100010100001111010111010000010010101111010001011110010001001111010111010000010010101111001101011101010010000111010111010000010110000 | e7b8a1eba095e8bc89eba095e6ba90eba0b0 |
UHC | 縡렕載렕源렰 | 111011101010110110001110101010101110111010110000100011101010101011101010101110011000111010111101 | eead8eaaeeb08eaaeab98ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)