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 | ??vIoBF | 00111111001111110111011001001001011011110100001001000110 | 3f3f76496f4246 |
SJIS-WIN | 偲而vIoBF | 100011101100001110001110101001110111011001001001011011110100001001000110 | 8ec38ea776496f4246 |
EUC-JP | 偲而vIoBF | 101111001100010110111100101010010111011001001001011011110100001001000110 | bcc5bca976496f4246 |
UTF-8 | 偲而vIoBF | 1110010110000001101100101110100010000000100011000111011001001001011011110100001001000110 | e581b2e8808c76496f4246 |
UHC | ?而vIoBF | 0011111111101100101110110111011001001001011011110100001001000110 | 3fecbb76496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)