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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耳汐治 | 100011101010100010001110101011001000111010100001 | 8ea88eac8ea1 |
EUC-JP | 耳汐治 | 101111001010101010111100101011101011110010100011 | bcaabcaebca3 |
UTF-8 | 耳汐治 | 111010001000000010110011111001101011000110010000111001101011001010111011 | e880b3e6b190e6b2bb |
UHC | 耳汐治 | 111011001011110011100000101100011111011010111101 | ecbce0b1f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)