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 | 業??魏⑨ | 1000101111000110001111110011111111101001101100001000011101001000 | 8bc63f3fe9b08748 |
EUC-JP | 業??魏? | 10110110110010000011111100111111111100101011001000111111 | b6c83f3ff2b23f |
UTF-8 | 業볩퐡魏⑨ | 111001101010010110101101111010111011001110101001111011011001000010100001111010011010110110001111111000101001000110101000 | e6a5adebb3a9ed90a1e9ad8fe291a8 |
UHC | 業볩퐡魏⑨ | 11100101111101101001001111101111101111011000101011101010111000001010100011101111 | e5f693efbd8aeae0a8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)