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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闕ウ莨∫ァゥ | 111010001000110110110011111001001011110010000001111001111010011110101001 | e88db3e4bc81e7a7a9 |
EUC-JP | 闕ウ莨∫ァゥ | 111011111110110110001110101100111110100010111110101000101110100110001110101001111000111010101001 | efed8eb3e8bea2e98ea78ea9 |
UTF-8 | 闕ウ莨∫ァゥ | 111010011001011110010101111011111011110110110011111010001000111010101000111000101000100010101011111011111011110110100111111011111011110110101001 | e99795efbdb3e88ea8e288abefbda7efbda9 |
UHC | 闕??∫?? | 1100111111110100001111110011111110100001111100100011111100111111 | cff43f3fa1f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)