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 | 隴蛾ッ烹 | 11101000101011011000100111101001101011111001011001000010 | e8ad89e9af9642 |
EUC-JP | 隴蛾ッ烹 | 1111000010101111101100101110101110001110101011111100101110100011 | f0afb2eb8eafcba3 |
UTF-8 | 隴蛾ッ烹 | 111010011001101010110100111010001001101110111110111011111011110110101111111001111000001110111001 | e99ab4e89bbeefbdafe783b9 |
UHC | ?蛾?烹 | 001111111110010010110110001111111111100010110010 | 3fe4b63ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)