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 | 佯?∥??Ⅹ | 100110001101000100111111100000010110000100111111001111111000011101011101 | 98d13f81613f3f875d |
EUC-JP | 佯?‖??? | 1101000011010011001111111010000111000010001111110011111100111111 | d0d33fa1c23f3f3f |
UTF-8 | 佯몃∥麟낉Ⅹ | 111001001011110110101111111010111010101010000011111000101000100010100101111011111010011110110011111010111000001010001001111000101000010110101001 | e4bdafebaa83e288a5efa7b3eb8289e285a9 |
UHC | 佯몃∥麟낉Ⅹ | 111001011011101010111000111010111010000110101011111011001110100010000101111011111010010110111001 | e5bab8eba1abece885efa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)