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 | 邀鷲邀 | 111001111011000110011000011010001110011110110001 | e7b19868e7b1 |
EUC-JP | 邀鷲邀 | 111011101011001111001111110010011110111010110011 | eeb3cfc9eeb3 |
UTF-8 | 邀鷲邀 | 111010011000001010000000111010011011011110110010111010011000001010000000 | e98280e9b7b2e98280 |
UHC | 邀鷲邀 | 111010011010110111110110101011111110100110101101 | e9adf6afe9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)