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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴ォ谿烹 | 11101000101011011010101111100110101011101001011001000010 | e8adabe6ae9642 |
EUC-JP | 隴ォ谿烹 | 1111000010101111100011101010101111101100101100001100101110100011 | f0af8eabecb0cba3 |
UTF-8 | 隴ォ谿烹 | 111010011001101010110100111011111011110110101011111010001011000010111111111001111000001110111001 | e99ab4efbdabe8b0bfe783b9 |
UHC | ??谿烹 | 001111110011111111001101101011001111100010110010 | 3f3fcdacf8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)