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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劾我▽糢雁 | 10001010010011101000100111100100100000011010010011100010111101011000101011100101 | 8a4e89e481a4e2f58ae5 |
EUC-JP | 劾我▽糢雁 | 10110011101011111011001011100110101000101010011011100100111101111011010011100111 | b3afb2e6a2a6e4f7b4e7 |
UTF-8 | 劾我▽糢雁 | 111001011000101010111110111001101000100010010001111000101001011010111101111001111011001110100010111010011001101110000001 | e58abee68891e296bde7b3a2e99b81 |
UHC | 劾我▽?雁 | 111110101011011011100100101100101010000111100100001111111110010011010010 | fab6e4b2a1e43fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)