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 | テ姪鳴エ | 110000111001011011000011100101101100001010110100 | c396c396c2b4 |
EUC-JP | テ姪鳴エ | 1000111011000011110011001100010111001100110001001000111010110100 | 8ec3ccc5ccc48eb4 |
UTF-8 | テ姪鳴エ | 111011111011111010000011111001011010011110101010111010011011001110110100111011111011110110110100 | efbe83e5a7aae9b3b4efbdb4 |
UHC | ?姪鳴? | 001111111111001011101011110110011011000000111111 | 3ff2ebd9b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)