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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楔縟邵?? | 1001111010110110111000110111010011100111101110000011111100111111 | 9eb6e374e7b83f3f |
EUC-JP | 楔縟邵?? | 1101110010111000111001011101010111101110101110100011111100111111 | dcb8e5d5eeba3f3f |
UTF-8 | 楔縟邵쐛蟬 | 111001101010010110010100111001111011100010011111111010011000001010110101111011001001000010011011111010001001111110101100 | e6a594e7b89fe982b5ec909be89fac |
UHC | 楔縟邵쐛蟬 | 11100000110110111110100110110010111000011101000010011100100000011110000011010001 | e0dbe9b2e1d09c81e0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)