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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魏??櫓? | 11101001101100000011111100111111100110000100010100111111 | e9b03f3f98453f |
EUC-JP | 魏??櫓? | 11110010101100100011111100111111110011111010011000111111 | f2b23f3fcfa63f |
UTF-8 | 魏얕렑櫓렎 | 111010011010110110001111111011001001011010010101111010111010000010010001111001101010101110010011111010111010000010001110 | e9ad8fec9695eba091e6ab93eba08e |
UHC | 魏얕렑櫓렎 | 11101010111000001011111011101000100011101010011011010110110100001000111010100100 | eae0bee88ea6d6d08ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)