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 | 褥ュ?墻? | 1110010111110001100000111000010100111111100110101101010000111111 | e5f183853f9ad43f |
EUC-JP | 褥ュ?墻? | 1110101011110011101001011110010100111111110101001101011000111111 | eaf3a5e53fd4d63f |
UTF-8 | 褥ュ츒墻룟 | 111010001010010010100101111000111000001110100101111011001011100010010010111001011010001010111011111010111010001110011111 | e8a4a5e383a5ecb892e5a2bbeba39f |
UHC | 褥ュ츒墻룟 | 11101001101100111010101111100101101011101000110111101101110111111011011111100101 | e9b3abe5ae8deddfb7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)