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 | 紙?訊??? | 1000111010000110001111111001000001110101001111110011111100111111 | 8e863f90753f3f3f |
EUC-JP | 紙?訊??? | 1011101111100110001111111011111111010110001111110011111100111111 | bbe63fbfd63f3f3f |
UTF-8 | 紙렧訊렣렺렠 | 111001111011010010011001111010111010000010100111111010001010100010001010111010111010000010100011111010111010000010111010111010111010000010100000 | e7b499eba0a7e8a88aeba0a3eba0baeba0a0 |
UHC | 紙렧訊렣렺렠 | 111100101011010110001110101101101110001111110010100011101011010010001110110000101000111010110001 | f2b58eb6e3f28eb48ec28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)