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 | A³MCOL | 100100100100000110010001101100111001001001001101100100100100001110010010010011111001001001001100 | 924191b3924d9243924f924c |
SJIS-WIN | ?A???M?C?O?L | 001111110100000100111111001111110011111101001101001111110100001100111111010011110011111101001100 | 3f413f3f3f4d3f433f4f3f4c |
EUC-JP | ?A???M?C?O?L | 001111110100000100111111001111110011111101001101001111110100001100111111010011110011111101001100 | 3f413f3f3f4d3f433f4f3f4c |
UTF-8 | A³MCOL | 11000010100100100100000111000010100100011100001010110011110000101001001001001101110000101001001001000011110000101001001001001111110000101001001001001100 | c29241c291c2b3c2924dc29243c2924fc2924c |
UHC | ?A?³?M?C?O?L | 00111111010000010011111110101001111110000011111101001101001111110100001100111111010011110011111101001100 | 3f413fa9f83f4d3f433f4f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)