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 | ?德q?? | 00111111111110101011101010000010100100010011111100111111 | 3ffaba82913f3f |
EUC-JP | ??q?獒 | 0011111100111111101000111111000100111111100011111100101110111011 | 3f3fa3f13f8fcbbb |
UTF-8 | 뤯德q怜獒 | 111010111010010010101111111001011011111010110111111011111011110110010001111011111010011010101100111001111000110110010010 | eba4afe5beb7efbd91efa6ace78d92 |
UHC | 뤯德q怜獒 | 10001111110111011101001111101100101000111111000111100111101100001110100010100011 | 8fddd3eca3f1e7b0e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)