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 | ä½å°e^ | 1110010010111101100001101110010110110000100010100110010101011110 | e4bd86e5b08a655e |
SJIS-WIN | ????°?e^ | 001111110011111100111111001111111000000110001011001111110110010101011110 | 3f3f3f3f818b3f655e |
EUC-JP | ä??å°?e^ | 10001111101010111010001100111111001111111000111110101011101010011010000111101011001111110110010101011110 | 8faba33f3f8faba9a1eb3f655e |
UTF-8 | ä½å°e^ | 1100001110100100110000101011110111000010100001101100001110100101110000101011000011000010100010100110010101011110 | c3a4c2bdc286c3a5c2b0c28a655e |
UHC | ?½??°?e^ | 00111111101010001111011000111111001111111010000111000110001111110110010101011110 | 3fa8f63f3fa1c63f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)