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 | 茁?j紙? | 1111101110010011001111111000001010001010100011101000011000111111 | fb933f828a8e863f |
EUC-JP | 茁?j紙? | 100011111101011111011110001111111010001111101010101110111110011000111111 | 8fd7de3fa3eabbe63f |
UTF-8 | 茁쭤j紙렏 | 111010001000110010000001111011001010110110100100111011111011110110001010111001111011010010011001111010111010000010001111 | e88c81ecada4efbd8ae7b499eba08f |
UHC | 茁쭤j紙렏 | 11110001111010001100001011100101101000111110101011110010101101011000111010100101 | f1e8c2e5a3eaf2b58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)