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 | 茫我▽糢雁 | 11100100101010011000100111100100100000011010010011100010111101011000101011100101 | e4a989e481a4e2f58ae5 |
EUC-JP | 茫我▽糢雁 | 11101000101010111011001011100110101000101010011011100100111101111011010011100111 | e8abb2e6a2a6e4f7b4e7 |
UTF-8 | 茫我▽糢雁 | 111010001000110010101011111001101000100010010001111000101001011010111101111001111011001110100010111010011001101110000001 | e88cabe68891e296bde7b3a2e99b81 |
UHC | 茫我▽?雁 | 110110001101010011100100101100101010000111100100001111111110010011010010 | d8d4e4b2a1e43fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)