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 | 症?蟹 | 1000111111000111001111111000101001001001 | 8fc73f8a49 |
EUC-JP | 症?蟹 | 1011111011001001001111111011001110101010 | bec93fb3aa |
UTF-8 | 症렲蟹 | 111001111001011110000111111010111010000010110010111010001001111110111001 | e79787eba0b2e89fb9 |
UHC | 症렲蟹 | 111100011111100010001110101111111111101010101111 | f1f88ebffaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)