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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 魴掵魴掉^ | 111010011011010110011101011111011110100110110101100111010111101101011110 | e9b59d7de9b59d7b5e |
EUC-JP | 魴掵魴掉^ | 111100101011011111011001110111101111001010110111110110011101110001011110 | f2b7d9def2b7d9dc5e |
UTF-8 | 魴掵魴掉^ | 11101001101011011011010011100110100011101011010111101001101011011011010011100110100011101000100101011110 | e9adb4e68eb5e9adb4e68e895e |
UHC | ???掉^ | 001111110011111100111111110100111111110001011110 | 3f3f3fd3fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)