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 | 業?Ⅲ | 1000101111000110001111111000011101010110 | 8bc63f8756 |
EUC-JP | 業?? | 10110110110010000011111100111111 | b6c83f3f |
UTF-8 | 業살Ⅲ | 111001101010010110101101111011001000001010110100111000101000010110100010 | e6a5adec82b4e285a2 |
UHC | 業살Ⅲ | 111001011111011010111011111011001010010110110010 | e5f6bbeca5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)