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 | çè£è² | 111001111000111010000111111010001000010010100011111010001000111110110010 | e78e87e884a3e88fb2 |
SJIS-WIN | ?????£??? | 00111111001111110011111100111111001111111000000110010010001111110011111100111111 | 3f3f3f3f3f81923f3f3f |
EUC-JP | ç??è?£è?? | 10001111101010111010111000111111001111111000111110101011101100100011111110100001111100101000111110101011101100100011111100111111 | 8fabae3f3f8fabb23fa1f28fabb23f3f |
UTF-8 | çè£è² | 110000111010011111000010100011101100001010000111110000111010100011000010100001001100001010100011110000111010100011000010100011111100001010110010 | c3a7c28ec287c3a8c284c2a3c3a8c28fc2b2 |
UHC | ????????² | 00111111001111110011111100111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)