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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 陂添] | 1110100010011000100100110101100101011101 | e89893595d |
EUC-JP | 陂添] | 1110111111111000110001011011101001011101 | eff8c5ba5d |
UTF-8 | 陂添] | 11101001100110011000001011100110101101111011101101011101 | e99982e6b7bb5d |
UHC | 陂添] | 1111100110101110111101001101010101011101 | f9aef4d55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)