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 | û½èB | 11111011100111011011110111101000101011011001100001000010 | fb9dbde8ad9842 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | û??è??B | 1000111110101011111001010011111100111111100011111010101110110010001111110011111101000010 | 8fabe53f3f8fabb23f3f42 |
UTF-8 | û½èB | 11000011101110111100001010011101110000101011110111000011101010001100001010101101110000101001100001000010 | c3bbc29dc2bdc3a8c2adc29842 |
UHC | ??½??B | 001111110011111110101000111101100011111110100001101010010011111101000010 | 3f3fa8f63fa1a93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)