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 | 題?應句 | 10010001111010000011111110011100111001001000101111100101 | 91e83f9ce48be5 |
EUC-JP | 題?應句 | 11000010111010100011111111011000111001101011011011100111 | c2ea3fd8e6b6e7 |
UTF-8 | 題렲應句 | 111010011010000110001100111010111010000010110010111001101000011110001001111001011000111110100101 | e9a18ceba0b2e68789e58fa5 |
UHC | 題렲應句 | 1111000010111001100011101011111111101011111010111100111110100011 | f0b98ebfebebcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)