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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-WIN | 墻??野??O | 100110101101010000111111001111111001011011101100001111110011111101001111 | 9ad43f3f96ec3f3f4f |
EUC-JP | 墻??野??O | 110101001101011000111111001111111100110011101110001111110011111101001111 | d4d63f3fccee3f3f4f |
UTF-8 | 墻졿콖野섊즯O | 11100101101000101011101111101100101000011011111111101100101111011001011011101001100001111000111011101100100001001000101011101100101001101010111101001111 | e5a2bbeca1bfecbd96e9878eec848aeca6af4f |
UHC | 墻졿콖野섊즯O | 11101101110111111010000011100110101100011001000011100101101011111001100011100111101000111000000101001111 | eddfa0e6b190e5af98e7a3814f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)