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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 銳귟뇗[銳귟뇗[^ | 111010011000101010110011111010101011011110011111111010111000011110010111010110111110100110001010101100111110101010110111100111111110101110000111100101110101101101011110 | e98ab3eab79feb87975be98ab3eab79feb87975b5e |
UHC | 銳귟뇗[銳귟뇗[^ | 111001111110010110000010111010001000011110000010010110111110011111100101100000101110100010000111100000100101101101011110 | e7e582e887825be7e582e887825b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)