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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼偲 | 100011101101110011110010110110101000111011000011 | 8edcf2da8ec3 |
EUC-JP | 灼?偲 | 1011110011011110001111111011110011000101 | bcde3fbcc5 |
UTF-8 | 灼偲 | 111001111000000110111100111011101000100010010001111001011000000110110010 | e781bcee8891e581b2 |
UHC | 灼?? | 11101101110001110011111100111111 | edc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)