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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 凜湿鴉 | 111010101010001110001110101111001110100111101011 | eaa38ebce9eb |
EUC-JP | 凜湿鴉 | 111101001010010110111100101111101111001011101101 | f4a5bcbef2ed |
UTF-8 | 凜湿鴉 | 111001011000011110011100111001101011100110111111111010011011010010001001 | e5879ce6b9bfe9b489 |
UHC | 凜?鴉 | 1101011111001111001111111110010010111100 | d7cf3fe4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)