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 | 陂夐・坑 | 11101000100110001001101011101001101001011000110101000010 | e8989ae9a58d42 |
EUC-JP | 陂夐・坑 | 1110111111111000110101001110101110001110101001011011100110100011 | eff8d4eb8ea5b9a3 |
UTF-8 | 陂夐・坑 | 111010011001100110000010111001011010010010010000111011111011110110100101111001011001110110010001 | e99982e5a490efbda5e59d91 |
UHC | 陂??坑 | 111110011010111000111111001111111100101111010101 | f9ae3f3fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)