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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 箏瞶BF | 1110001010110101111000011101011011110000111011010100001001000110 | e2b5e1d6f0ed4246 |
EUC-JP | 箏瞶?BF | 11100100101101111110001011011000001111110100001001000110 | e4b7e2d83f4246 |
UTF-8 | 箏瞶BF | 1110011110101110100011111110011110011110101101101110111010000010101011000100001001000110 | e7ae8fe79eb6ee82ac4246 |
UHC | 箏??BF | 111011101011010000111111001111110100001001000110 | eeb43f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)