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 | ???V? | 0011111100111111001111110101011000111111 | 3f3f3f563f |
SJIS-WIN | 鳶??V? | 100100111100111000111111001111110101011000111111 | 93ce3f3f563f |
EUC-JP | 鳶??V? | 110001101101000000111111001111110101011000111111 | c6d03f3f563f |
UTF-8 | 鳶루떊V列 | 11101001101100111011011011101011101000111010100011101011100101101000101001010110111011111010011010011100 | e9b3b6eba3a8eb968a56efa69c |
UHC | 鳶루떊V列 | 111001101110100110110111111001111000101110100000010101101110011011101010 | e6e9b7e78ba056e6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)