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 | 饒??慾? | 11101001011000000011111100111111100101110111110000111111 | e9603f3f977c3f |
EUC-JP | 饒??慾? | 11110001110000010011111100111111110011011101110100111111 | f1c13f3fcddd3f |
UTF-8 | 饒륅숴慾뷁 | 111010011010010110010010111010111010010110000101111011001000100010110100111001101000010110111110111010111011011110000001 | e9a592eba585ec88b4e685beebb781 |
UHC | 饒륅숴慾뷁 | 11101001101011101000111111101111101111011010010011101001101011111001010011101110 | e9ae8fefbda4e9af94ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)