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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 陂渡G | 1110100010011000100100110110111001000111 | e898936e47 |
EUC-JP | 陂渡G | 1110111111111000110001011100111101000111 | eff8c5cf47 |
UTF-8 | 陂渡G | 11101001100110011000001011100110101110001010000101000111 | e99982e6b8a147 |
UHC | 陂渡G | 1111100110101110110101001010010001000111 | f9aed4a447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)