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 | ú±îú¥ | 1111101010110001100100011110111010010011100110111111101010100101 | fab191ee939bfaa5 |
SJIS-WIN | ?±?????¥ | 00111111100000010111110100111111001111110011111100111111001111111000000110001111 | 3f817d3f3f3f3f3f818f |
EUC-JP | ú±?î??ú? | 100011111010101111100010101000011101111000111111100011111010101111000010001111110011111110001111101010111110001000111111 | 8fabe2a1de3f8fabc23f3f8fabe23f |
UTF-8 | ú±îú¥ | 11000011101110101100001010110001110000101001000111000011101011101100001010010011110000101001101111000011101110101100001010100101 | c3bac2b1c291c3aec293c29bc3bac2a5 |
UHC | ?±?????? | 001111111010000110111110001111110011111100111111001111110011111100111111 | 3fa1be3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)