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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墺??扼?┷ | 100110101101001000111111001111111001110101001110001111111000010010111000 | 9ad23f3f9d4e3f84b8 |
EUC-JP | 墺??扼?┷ | 110101001101010000111111001111111101100110101111001111111010100010111010 | d4d43f3fd9af3fa8ba |
UTF-8 | 墺잌ㄵ扼덂┷ | 111001011010001010111010111011001001111010001100111000111000010010110101111001101000100110111100111010111000110110000010111000101001010010110111 | e5a2baec9e8ce384b5e689bceb8d82e294b7 |
UHC | 墺잌ㄵ扼덂┷ | 111001111111001010011111111001011010010010100101111001001111100110001000111001011010011010111010 | e7f29fe5a4a5e4f988e5a6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)