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 | 陂妬] | 1110100010011000100100110110100101011101 | e89893695d |
EUC-JP | 陂妬] | 1110111111111000110001011100101001011101 | eff8c5ca5d |
UTF-8 | 陂妬] | 11101001100110011000001011100101101001101010110001011101 | e99982e5a6ac5d |
UHC | 陂妬] | 1111100110101110111101111110000001011101 | f9aef7e05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)