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 | 意①?? | 100010001101001110000111010000000011111100111111 | 88d387403f3f |
EUC-JP | 意??? | 1011000011010101001111110011111100111111 | b0d53f3f3f |
UTF-8 | 意①쥥溜 | 111001101000010010001111111000101001000110100000111011001010010110100101111011111010011110001011 | e6848fe291a0eca5a5efa78b |
UHC | 意①쥥溜 | 1110101111110010101010001110011110100010100101111110101011111110 | ebf2a8e7a297eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)