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 | Ʋn}Ʋn{^ | 110001101011001001101110011111011100011010110010011011100111101101011110 | c6b26e7dc6b26e7b5e |
SJIS-WIN | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
EUC-JP | Æ?n}Æ?n{^ | 10001111101010011010000100111111011011100111110110001111101010011010000100111111011011100111101101011110 | 8fa9a13f6e7d8fa9a13f6e7b5e |
UTF-8 | Ʋn}Ʋn{^ | 11000011100001101100001010110010011011100111110111000011100001101100001010110010011011100111101101011110 | c386c2b26e7dc386c2b26e7b5e |
UHC | Ʋn}Ʋn{^ | 10101000101000011010100111110111011011100111110110101000101000011010100111110111011011100111101101011110 | a8a1a9f76e7da8a1a9f76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)