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 | 敖?∑ | 1001110111000010001111111000011110010100 | 9dc23f8794 |
EUC-JP | 敖?? | 11011010110001000011111100111111 | dac43f3f |
UTF-8 | 敖숁∑ | 111001101001010110010110111011001000100010000001111000101000100010010001 | e69596ec8881e28891 |
UHC | 敖숁∑ | 111001111111100110011001111001101010001010110010 | e7f999e6a2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)