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 | 邵ッ縲畷勅 | 111001111011100010101111111000111000000010010011111010111001001010111010 | e7b8afe38093eb92ba |
EUC-JP | 邵ッ縲畷勅 | 11101110101110101000111010101111111001011110000011000110111011011100010010111100 | eeba8eafe5e0c6edc4bc |
UTF-8 | 邵ッ縲畷勅 | 111010011000001010110101111011111011110110101111111001111011100010110010111001111001010110110111111001011000101110000101 | e982b5efbdafe7b8b2e795b7e58b85 |
UHC | 邵???勅 | 11100001110100000011111100111111001111111111011011001111 | e1d03f3f3ff6cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)