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 | 1001100010101111100111001010000001110110100110001010111110011100101000000111011001000010 | 98af9ca07698af9ca07642 |
EUC-JP | 弍悛v弍悛vB | 1101000010110001110110001010001001110110110100001011000111011000101000100111011001000010 | d0b1d8a276d0b1d8a27642 |
UTF-8 | 弍悛v弍悛vB | 111001011011110010001101111001101000001010011011011101101110010110111100100011011110011010000010100110110111011001000010 | e5bc8de6829b76e5bc8de6829b7642 |
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)