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 | 氈?? | 10011111100000010011111100111111 | 9f813f3f |
EUC-JP | 氈?? | 11011101111000010011111100111111 | dde13f3f |
UTF-8 | 氈렓梨 | 111001101011000010001000111010111010000010010011111011111010011110100010 | e6b088eba093efa7a2 |
UHC | 氈렓梨 | 111011101111110110001110101010001110110010110001 | eefd8ea8ecb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)