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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | 鳶????C | 10010011110011100011111100111111001111110011111101000011 | 93ce3f3f3f3f43 |
EUC-JP | 鳶????C | 11000110110100000011111100111111001111110011111101000011 | c6d03f3f3f3f43 |
UTF-8 | 鳶멨콪呂멢C | 11101001101100111011011011101011101010011010100011101100101111011010101011101111101001101000000011101011101010011010001001000011 | e9b3b6eba9a8ecbdaaefa680eba9a243 |
UHC | 鳶멨콪呂멢C | 1110011011101001101110001110010110110001100111101110010111111011100100010101001001000011 | e6e9b8e5b19ee5fb915243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)