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 | ?畢? | 00111111100101010100110000111111 | 3f954c3f |
EUC-JP | ?畢? | 00111111110010011010110100111111 | 3fc9ad3f |
UTF-8 | 뤻畢뤻 | 111010111010010010111011111001111001010110100010111010111010010010111011 | eba4bbe795a2eba4bb |
UHC | 뤻畢뤻 | 100011111110100111111001101101001000111111101001 | 8fe9f9b48fe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)