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 | ·«Â²·«Â²^ | 101101111010101111000010101100101011011110101011110000101011001001011110 | b7abc2b2b7abc2b25e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ??Â???Â?^ | 00111111001111111000111110101010101001000011111100111111001111111000111110101010101001000011111101011110 | 3f3f8faaa43f3f3f8faaa43f5e |
UTF-8 | ·«Â²·«Â²^ | 1100001010110111110000101010101111000011100000101100001010110010110000101011011111000010101010111100001110000010110000101011001001011110 | c2b7c2abc382c2b2c2b7c2abc382c2b25e |
UHC | ·??²·??²^ | 10100001101001000011111100111111101010011111011110100001101001000011111100111111101010011111011101011110 | a1a43f3fa9f7a1a43f3fa9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)