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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | リロ。ァ粮 | 110110001101101110100001101001111110001011101100 | d8dba1a7e2ec |
EUC-JP | リロ。ァ粮 | 10001110110110001000111011011011100011101010000110001110101001111110010011101110 | 8ed88edb8ea18ea7e4ee |
UTF-8 | リロ。ァ粮 | 111011111011111010011000111011111011111010011011111011111011110110100001111011111011110110100111111001111011001010101110 | efbe98efbe9befbda1efbda7e7b2ae |
UHC | ????粮 | 001111110011111100111111001111111101010111011011 | 3f3f3f3fd5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)