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 | 史?邀 | 1000111001101010001111111110011110110001 | 8e6a3fe7b1 |
EUC-JP | 史?邀 | 1011101111001011001111111110111010110011 | bbcb3feeb3 |
UTF-8 | 史장邀 | 111001011000111110110010111011001001111010100101111010011000001010000000 | e58fb2ec9ea5e98280 |
UHC | 史장邀 | 110111101100100011000000111001011110100110101101 | dec8c0e5e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)