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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 狸蔵村V | 10010010010010111001000110100000100100011011101001010110 | 924b91a091ba56 |
EUC-JP | 狸蔵村V | 11000011101011001100001010100010110000101011110001010110 | c3acc2a2c2bc56 |
UTF-8 | 狸蔵村V | 11100111100010111011100011101000100101001011010111100110100111011001000101010110 | e78bb8e894b5e69d9156 |
UHC | 狸?村V | 110101111110000100111111111101011011110101010110 | d7e13ff5bd56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)