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 | æû¡è | 111001101111101110100001111010001001100110011110 | e6fba1e8999e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æû¡è?? | 1000111110101001110000011000111110101011111001011000111110100010110000101000111110101011101100100011111100111111 | 8fa9c18fabe58fa2c28fabb23f3f |
UTF-8 | æû¡è | 110000111010011011000011101110111100001010100001110000111010100011000010100110011100001010011110 | c3a6c3bbc2a1c3a8c299c29e |
UHC | æ?¡??? | 1010100110100001001111111010001010101110001111110011111100111111 | a9a13fa2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)