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 | 躁?肢?躁 | 1110011101001110001111111000111010001000001111111110011101001110 | e74e3f8e883fe74e |
EUC-JP | 躁?肢?躁 | 1110110110101111001111111011101111101000001111111110110110101111 | edaf3fbbe83fedaf |
UTF-8 | 躁렱肢렣躁 | 111010001011101010000001111010111010000010110001111010001000001010100010111010111010000010100011111010001011101010000001 | e8ba81eba0b1e882a2eba0a3e8ba81 |
UHC | 躁렱肢렣躁 | 11110000111000101000111010111110111100101011011010001110101101001111000011100010 | f0e28ebef2b68eb4f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)