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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 午????G | 10001100110111110011111100111111001111110011111101000111 | 8cdf3f3f3f3f47 |
EUC-JP | 午??沅?G | 101110001110000100111111001111111000111111000110111010010011111101000111 | b8e13f3f8fc6e93f47 |
UTF-8 | 午쎈맕沅쫗G | 11100101100011011000100011101100100011101000100011101011101001111001010111100110101100101000010111101100101010111001011101000111 | e58d88ec8e88eba795e6b285ecab9747 |
UHC | 午쎈맕沅쫗G | 1110011111101101101111011110101110010000101001111110101010110110101001100110110101000111 | e7edbdeb90a7eab6a66d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)