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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀??肛ら | 1110011110110001001111110011111111100011111010001000001011100111 | e7b13f3fe3e882e7 |
EUC-JP | 邀??肛ら | 1110111010110011001111110011111111100110111010101010010011101001 | eeb33f3fe6eaa4e9 |
UTF-8 | 邀싳렱肛ら | 111010011000001010000000111011001000101110110011111010111010000010110001111010001000001010011011111000111000001010001001 | e98280ec8bb3eba0b1e8829be38289 |
UHC | 邀싳렱肛ら | 11101001101011011001101011101100100011101011111011111001111111011010101011101001 | e9ad9aec8ebef9fdaae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)