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 | ???邃 | 0011111100111111001111111110001010000100 | 3f3f3fe284 |
EUC-JP | ???邃 | 0011111100111111001111111110001111100100 | 3f3f3fe3e4 |
UTF-8 | 롛롗琡邃 | 111010111010000110011011111010111010000110010111111001111001000010100001111010011000001010000011 | eba19beba197e790a1e98283 |
UHC | 롛롗琡邃 | 1000111011011111100011101101101111100010110110101110001011000101 | 8edf8edbe2dae2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)