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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?悵h?悵 | 00111111100111001010111001101000001111111001110010101110 | 3f9cae683f9cae |
EUC-JP | 湗悵h湗悵 | 1000111111000111111110111101100010110000011010001000111111000111111110111101100010110000 | 8fc7fbd8b0688fc7fbd8b0 |
UTF-8 | 湗悵h湗悵 | 11100110101110011001011111100110100000101011010101101000111001101011100110010111111001101000001010110101 | e6b997e682b568e6b997e682b5 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)