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 | 搖????? | 10011101100010100011111100111111001111110011111100111111 | 9d8a3f3f3f3f3f |
EUC-JP | 搖????ł | 110110011110101000111111001111110011111100111111100011111010100111001000 | d9ea3f3f3f3f8fa9c8 |
UTF-8 | 搖삼퐟璘볡ł | 1110011010010000100101101110110010000010101111001110110110010000100111111110111110100111101011111110101110110011101000011100010110000010 | e69096ec82bced909fefa7afebb3a1c582 |
UHC | 搖삼퐟璘볡ł | 111010001111010010111011111011111011110110001000111011001101111010010011111001111010100110101001 | e8f4bbefbd88ecde93e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)