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 | ì¼à±ö½í» | 1110110010111100111000001011000111110110101111011110110110111011 | ecbce0b1f6bdedbb |
SJIS-WIN | ???±???? | 001111110011111100111111100000010111110100111111001111110011111100111111 | 3f3f3f817d3f3f3f3f |
EUC-JP | ì?à±ö?í? | 1000111110101011110000000011111110001111101010111010001010100001110111101000111110101011110100110011111110001111101010111011111100111111 | 8fabc03f8faba2a1de8fabd33f8fabbf3f |
UTF-8 | ì¼à±ö½í» | 11000011101011001100001010111100110000111010000011000010101100011100001110110110110000101011110111000011101011011100001010111011 | c3acc2bcc3a0c2b1c3b6c2bdc3adc2bb |
UHC | ?¼?±?½?? | 0011111110101000111110010011111110100001101111100011111110101000111101100011111100111111 | 3fa8f93fa1be3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)