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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?岫? | 00111111100110111010101100111111 | 3f9bab3f |
EUC-JP | ?岫? | 00111111110101101010110100111111 | 3fd6ad3f |
UTF-8 | 뤵岫뤶 | 111010111010010010110101111001011011001010101011111010111010010010110110 | eba4b5e5b2abeba4b6 |
UHC | 뤵岫뤶 | 100011111110001111100001111110111000111111100100 | 8fe3e1fb8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)