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 | 啼?璋? | 100110100110010100111111111000001111011000111111 | 9a653fe0f63f |
EUC-JP | 啼?璋? | 110100111100011000111111111000001111100000111111 | d3c63fe0f83f |
UTF-8 | 啼렮璋€ | 111001011001010110111100111010111010000010101110111001111001001010001011111000101000001010101100 | e595bceba0aee7928be282ac |
UHC | 啼렮璋€ | 1111000010100110100011101011101111101101111100001010001011100110 | f0a68ebbedf0a2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)