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??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 袱悛v袱悛vB | 1110010111011110100111001010000001110110111001011101111010011100101000000111011001000010 | e5de9ca076e5de9ca07642 |
EUC-JP | 袱悛v袱悛vB | 1110101011100000110110001010001001110110111010101110000011011000101000100111011001000010 | eae0d8a276eae0d8a27642 |
UTF-8 | 袱悛v袱悛vB | 111010001010001010110001111001101000001010011011011101101110100010100010101100011110011010000010100110110111011001000010 | e8a2b1e6829b76e8a2b1e6829b7642 |
UHC | ?悛v?悛vB | 001111111110111011111001011101100011111111101110111110010111011001000010 | 3feef9763feef97642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)