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 | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 犲瑩}v犲瑩}vB | 11100000101110101110000011110000011111010111011011100000101110101110000011110000011111010111011001000010 | e0bae0f07d76e0bae0f07d7642 |
EUC-JP | 犲瑩}v犲瑩}vB | 11100000101111001110000011110010011111010111011011100000101111001110000011110010011111010111011001000010 | e0bce0f27d76e0bce0f27d7642 |
UTF-8 | 犲瑩}v犲瑩}vB | 1110011110001010101100101110011110010001101010010111110101110110111001111000101010110010111001111001000110101001011111010111011001000010 | e78ab2e791a97d76e78ab2e791a97d7642 |
UHC | ?瑩}v?瑩}vB | 0011111111111011101010010111110101110110001111111111101110101001011111010111011001000010 | 3ffba97d763ffba97d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)