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 | 孖疾鴆 | 111110101010011010001110101111101110100111101111 | faa68ebee9ef |
EUC-JP | 孖疾鴆 | 10001111101110101011111010111100110000001111001011110001 | 8fbabebcc0f2f1 |
UTF-8 | 孖疾鴆 | 111001011010110110010110111001111001011010111110111010011011010010000110 | e5ad96e796bee9b486 |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)