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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韋門戟魍 | 1110100011101000100101101110010110001100100000011110100110110001 | e8e896e58c81e9b1 |
EUC-JP | 韋門戟魍 | 1111000011101010110011001110011110110111111000011111001010110011 | f0eacce7b7e1f2b3 |
UTF-8 | 韋門戟魍 | 111010011001111110001011111010011001011010000000111001101000100010011111111010011010110110001101 | e99f8be99680e6889fe9ad8d |
UHC | 韋門戟? | 11101010110111111101101010100110110100001011110100111111 | eadfdaa6d0bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)