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 | 邀싳룆理 | 111010011000001010000000111011001000101110110011111010111010001110000110111011111010011110100100 | e98280ec8bb3eba386efa7a4 |
UHC | 邀싳룆理 | 1110100110101101100110101110110010001111100001011110110010110101 | e9ad9aec8f85ecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)