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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ?b?唯?BF | 001111111000001010000010001111111001011101000010001111110100001001000110 | 3f82823f97423f4246 |
EUC-JP | 渶b?唯?BF | 1000111111000111111011011010001111100010001111111100110110100011001111110100001001000110 | 8fc7eda3e23fcda33f4246 |
UTF-8 | 渶b몼唯럒BF | 1110011010111000101101101110111110111101100000101110101110101010101111001110010110010100101011111110101110011111100100100100001001000110 | e6b8b6efbd82ebaabce594afeb9f924246 |
UHC | 渶b몼唯럒BF | 111001111011011110100011111000101001000110100001111010101110011010001110011011110100001001000110 | e7b7a3e291a1eae68e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)