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 | 邀?ズ | 1110011110110001001111111000001101011001 | e7b13f8359 |
EUC-JP | 邀?ズ | 1110111010110011001111111010010110111010 | eeb33fa5ba |
UTF-8 | 邀꿰ズ | 111010011000001010000000111010101011111110110000111000111000001010111010 | e98280eabfb0e382ba |
UHC | 邀꿰ズ | 111010011010110110110010111001111010101110111010 | e9adb2e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)