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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱⑥?魏?? | 100100000100101010000111010001010011111111101001101100000011111100111111 | 904a87453fe9b03f3f |
EUC-JP | 辱??魏?? | 1011111110101011001111110011111111110010101100100011111100111111 | bfab3f3ff2b23f3f |
UTF-8 | 辱⑥빖魏꾦윀 | 111010001011111010110001111000101001000110100101111010111011100110010110111010011010110110001111111010101011111010100110111011001001110010000000 | e8beb1e291a5ebb996e9ad8feabea6ec9c80 |
UHC | 辱⑥빖魏꾦윀 | 111010011011010010101000111011001001010110111000111010101110000010000100111010011001111110001011 | e9b4a8ec95b8eae084e99f8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)