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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 陂田^ | 1110100010011000100100110110001101011110 | e89893635e |
EUC-JP | 陂田^ | 1110111111111000110001011100010001011110 | eff8c5c45e |
UTF-8 | 陂田^ | 11101001100110011000001011100111100101001011000001011110 | e99982e794b05e |
UHC | 陂田^ | 1111100110101110111011111010001101011110 | f9aeefa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)