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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀??? | 1110011110110001001111110011111100111111 | e7b13f3f3f |
EUC-JP | 邀??? | 1110111010110011001111110011111100111111 | eeb33f3f3f |
UTF-8 | 邀싳럡隣 | 111010011000001010000000111011001000101110110011111010111001111110100001111011111010011110110001 | e98280ec8bb3eb9fa1efa7b1 |
UHC | 邀싳럡隣 | 1110100110101101100110101110110010001110100001001110110011100100 | e9ad9aec8e84ece4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)