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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 維??臾?К | 100010001101101100111111001111111110010001101011001111111000010001001011 | 88db3f3fe46b3f844b |
EUC-JP | 維??臾?К | 101100001101110100111111001111111110011111001100001111111010011110101100 | b0dd3f3fe7cc3fa7ac |
UTF-8 | 維싲쳹臾곕К | 1110011110110110101011011110110010001011101100101110110010110011101110011110100010000111101111101110101010110011100101011101000010011010 | e7b6adec8bb2ecb3b9e887beeab395d09a |
UHC | 維싲쳹臾곕К | 111010111010101110011010111010111010101110011100111010111010110010110000111010111010110010101100 | ebab9aebab9cebacb0ebacac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)