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 | Àϳû±Ì | 110000001100111110110011111110111011000111001100 | c0cfb3fbb1cc |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ÀÏ?û±Ì | 100011111010101010100010100011111010101011000001001111111000111110101011111001011010000111011110100011111010101011000000 | 8faaa28faac13f8fabe5a1de8faac0 |
UTF-8 | Àϳû±Ì | 110000111000000011000011100011111100001010110011110000111011101111000010101100011100001110001100 | c380c38fc2b3c3bbc2b1c38c |
UHC | ??³?±? | 0011111100111111101010011111100000111111101000011011111000111111 | 3f3fa9f83fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)