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 | 邀皮ア韮 | 11100111101100011001010011100111101100011001010001000010 | e7b194e7b19442 |
EUC-JP | 邀皮ア韮 | 1110111010110011110010001110100110001110101100011100011110100011 | eeb3c8e98eb1c7a3 |
UTF-8 | 邀皮ア韮 | 111010011000001010000000111001111001101010101110111011111011110110110001111010011001111110101110 | e98280e79aaeefbdb1e99fae |
UHC | 邀皮?? | 111010011010110111111001101010110011111100111111 | e9adf9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)