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 | 鴣鹿雫 | 11101001111100111000111010101101111100101010110110001110101101001111000111101000 | e9f38eadf2ad8eb4f1e8 |
EUC-JP | 鴣鹿?雫? | 1111001011110101101111001010111100111111101111001011011000111111 | f2f5bcaf3fbcb63f |
UTF-8 | 鴣鹿雫 | 111010011011010010100011111010011011100110111111111011101000011110100100111010011001101110101011111011101000010110100011 | e9b4a3e9b9bfee87a4e99babee85a3 |
UHC | ?鹿??? | 001111111101011011100011001111110011111100111111 | 3fd6e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)