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 | ?妾聯 | 0011111110001111101010001001011111111100 | 3f8fa897fc |
EUC-JP | ?妾聯 | 0011111110111110101010101100111011111110 | 3fbeaacefe |
UTF-8 | 뤋妾聯 | 111010111010010010001011111001011010011010111110111010001000000110101111 | eba48be5a6bee881af |
UHC | 뤋妾聯 | 100011111011101111110100110111011101011010100100 | 8fbbf4ddd6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)