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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?譴鰌 | 0011111111100110101000101110100111010011 | 3fe6a2e9d3 |
EUC-JP | 宼譴鰌 | 10001111101110101101101011101100101001001111001011010101 | 8fbadaeca4f2d5 |
UTF-8 | 宼譴鰌 | 111001011010111010111100111010001010110110110100111010011011000010001100 | e5aebce8adb4e9b08c |
UHC | ?譴? | 00111111110011001011100100111111 | 3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)