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 | û½å®î | 1111101110011101101111011110010110101110100111111110111010000010 | fb9dbde5ae9fee82 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û??å®?î? | 10001111101010111110010100111111001111111000111110101011101010011000111110100010111011100011111110001111101010111100001000111111 | 8fabe53f3f8faba98fa2ee3f8fabc23f |
UTF-8 | û½å®î | 11000011101110111100001010011101110000101011110111000011101001011100001010101110110000101001111111000011101011101100001010000010 | c3bbc29dc2bdc3a5c2aec29fc3aec282 |
UHC | ??½?®??? | 00111111001111111010100011110110001111111010001011100111001111110011111100111111 | 3f3fa8f63fa2e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)