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 | èû¤ç | 111010001111101110100100111001111000101110010010 | e8fba4e78b92 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èû¤ç?? | 1000111110101011101100101000111110101011111001011000111110100010111100001000111110101011101011100011111100111111 | 8fabb28fabe58fa2f08fabae3f3f |
UTF-8 | èû¤ç | 110000111010100011000011101110111100001010100100110000111010011111000010100010111100001010010010 | c3a8c3bbc2a4c3a7c28bc292 |
UHC | ??¤??? | 00111111001111111010001010110100001111110011111100111111 | 3f3fa2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)