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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟罹愃寬 | 1110010110100100100111001110101110011100101110001111101010101010 | e5a49ceb9cb8faaa |
EUC-JP | 螟罹愃? | 11101010101001101101100011101101110110001011101000111111 | eaa6d8edd8ba3f |
UTF-8 | 螟罹愃寬 | 111010001001111010011111111001111011110110111001111001101000010010000011111001011010111110101100 | e89e9fe7bdb9e68483e5afac |
UHC | 螟罹?寬 | 11011001101011011101011111100111001111111100111010110000 | d9add7e73fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)