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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | ???窟W | 001111110011111100111111100011000100000101010111 | 3f3f3f8c4157 |
EUC-JP | ???窟W | 001111110011111100111111101101111010001001010111 | 3f3f3fb7a257 |
UTF-8 | 銳얘퉭窟W | 11101001100010101011001111101100100101101001100011101101100010011010110111100111101010101001111101010111 | e98ab3ec9698ed89ade7aa9f57 |
UHC | 銳얘퉭窟W | 111001111110010110111110111010101011100110000101110011111101111101010111 | e7e5beeab985cfdf57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)