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 | 郢呈ウョ蒻 | 1110011110111001100100101110011010110011101011101110010011101000 | e7b992e6b3aee4e8 |
EUC-JP | 郢呈ウョ蒻 | 11101110101110111100010011101000100011101011001110001110101011101110100011101010 | eebbc4e88eb38eaee8ea |
UTF-8 | 郢呈ウョ蒻 | 111010011000001110100010111001011001000110001000111011111011110110110011111011111011110110101110111010001001001010111011 | e983a2e59188efbdb3efbdaee892bb |
UHC | ?呈??蒻 | 00111111111011111101000000111111001111111110010110110110 | 3fefd03f3fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)