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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脂瘢劍? | 10001110100010011110000110001101100110011001100000111111 | 8e89e18d99983f |
EUC-JP | 脂瘢劍? | 10111011111010011110000111101101110100011111100000111111 | bbe9e1edd1f83f |
UTF-8 | 脂瘢劍뤋 | 111010001000010010000010111001111001100010100010111001011000101010001101111010111010010010001011 | e88482e798a2e58a8deba48b |
UHC | 脂瘢劍뤋 | 1111001010110111110110101110111011001011111111001000111110111011 | f2b7daeecbfc8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)