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 | 貉幄「門ア | 1110011010111001100110111110100010100010100101101110010110110001 | e6b99be8a296e5b1 |
EUC-JP | 貉幄「門ア | 11101100101110111101011011101010100011101010001011001100111001111000111010110001 | ecbbd6ea8ea2cce78eb1 |
UTF-8 | 貉幄「門ア | 111010001011001010001001111001011011100110000100111011111011110110100010111010011001011010000000111011111011110110110001 | e8b289e5b984efbda2e99680efbdb1 |
UHC | ?幄?門? | 00111111111001001100000100111111110110101010011000111111 | 3fe4c13fdaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)