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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 尅爲BF | 100110111001000111100000101010000100001001000110 | 9b91e0a84246 |
EUC-JP | 尅爲BF | 110101011111000111100000101010100100001001000110 | d5f1e0aa4246 |
UTF-8 | 尅爲BF | 1110010110110000100001011110011110001000101100100100001001000110 | e5b085e788b24246 |
UHC | ?爲BF | 0011111111101010110100110100001001000110 | 3fead34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)