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 | 邵ッ縲縄イア | 111001111011100010101111111000111000000010010011111010101011001010110001 | e7b8afe38093eab2b1 |
EUC-JP | 邵ッ縲縄イア | 111011101011101010001110101011111110010111100000110001101110110010001110101100101000111010110001 | eeba8eafe5e0c6ec8eb28eb1 |
UTF-8 | 邵ッ縲縄イア | 111010011000001010110101111011111011110110101111111001111011100010110010111001111011100010000100111011111011110110110010111011111011110110110001 | e982b5efbdafe7b8b2e7b884efbdb2efbdb1 |
UHC | 邵????? | 11100001110100000011111100111111001111110011111100111111 | e1d03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)