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 | ⅰ辞社 | 111110100100000010001110101010111000111011010000 | fa408eab8ed0 |
EUC-JP | ?辞社 | 0011111110111100101011011011110011010010 | 3fbcadbcd2 |
UTF-8 | ⅰ辞社 | 111000101000010110110000111010001011111010011110111001111010010010111110 | e285b0e8be9ee7a4be |
UHC | ⅰ?社 | 1010010110100001001111111101111011100100 | a5a13fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)