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 | 縡?瀞?? | 11100011011100010011111110010011110100100011111100111111 | e3713f93d23f3f |
EUC-JP | 縡?瀞?? | 11100101110100100011111111000110110101000011111100111111 | e5d23fc6d43f3f |
UTF-8 | 縡렕瀞펫렣 | 111001111011100010100001111010111010000010010101111001111000000010011110111011011000111010101011111010111010000010100011 | e7b8a1eba095e7809eed8eabeba0a3 |
UHC | 縡렕瀞펫렣 | 11101110101011011000111010101010111011111110011111000110111010101000111010110100 | eead8eaaefe7c6ea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)