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 | æ¶ªè² | 1110011010110110101010101110100010110010 | e6b6aae8b2 |
SJIS-WIN | ?¶??? | 001111111000000111110111001111110011111100111111 | 3f81f73f3f3f |
EUC-JP | 涪è? | 100011111010100111000001101000101111100110001111101000101110110010001111101010111011001000111111 | 8fa9c1a2f98fa2ec8fabb23f |
UTF-8 | æ¶ªè² | 11000011101001101100001010110110110000101010101011000011101010001100001010110010 | c3a6c2b6c2aac3a8c2b2 |
UHC | 涪?² | 101010011010000110100010110100101010100010100011001111111010100111110111 | a9a1a2d2a8a33fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)