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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 閼ア豺。螻朖B | 1110100010000100101100011110011010110111101000011110010110110001100111100100110001000010 | e884b1e6b7a1e5b19e4c42 |
EUC-JP | 閼ア豺。螻朖B | 11101111111001001000111010110001111011001011100110001110101000011110101010110011110110111010110101000010 | efe48eb1ecb98ea1eab3dbad42 |
UTF-8 | 閼ア豺。螻朖B | 11101001100101101011110011101111101111011011000111101000101100011011101011101111101111011010000111101000100111101011101111100110100111001001011001000010 | e996bcefbdb1e8b1baefbda1e89ebbe69c9642 |
UHC | 閼?豺???B | 111001001101100100111111111000111100111100111111001111110011111101000010 | e4d93fe3cf3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)