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 | ??v??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
SJIS-WIN | 唏唸v唏唸v^ | 1001101001001000100110100101100001110110100110100100100010011010010110000111011001011110 | 9a489a58769a489a58765e |
EUC-JP | 唏唸v唏唸v^ | 1101001110101001110100111011100101110110110100111010100111010011101110010111011001011110 | d3a9d3b976d3a9d3b9765e |
UTF-8 | 唏唸v唏唸v^ | 111001011001010010001111111001011001010010111000011101101110010110010100100011111110010110010100101110000111011001011110 | e5948fe594b876e5948fe594b8765e |
UHC | ??v??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)