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 | エ隆鱧 | 11110000101100111011010011111011111010011110100111100101 | f0b3b4fbe9e9e5 |
EUC-JP | ?エ?鱧 | 001111111000111010110100001111111111001011100111 | 3f8eb43ff2e7 |
UTF-8 | エ隆鱧 | 111011101000000110110010111011111011110110110100111011111010011110011100111010011011000110100111 | ee81b2efbdb4efa79ce9b1a7 |
UHC | ??隆? | 0011111100111111111010111101100000111111 | 3f3febd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)