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 | 易???? | 100010001101010100111111001111110011111100111111 | 88d53f3f3f3f |
EUC-JP | 易???? | 101100001101011100111111001111110011111100111111 | b0d73f3f3f3f |
UTF-8 | 易낆슌留퐹 | 111001101001100010010011111010111000001010000110111011001000101010001100111011111010011110001101111011011001000010111001 | e69893eb8286ec8a8cefa78ded90b9 |
UHC | 易낆슌留퐹 | 11100110101101101000010111101100100110101001110011101011101001111011111001000010 | e6b685ec9a9ceba7be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)