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 | 躁?ε | 1110011101001110001111111000001111000011 | e74e3f83c3 |
EUC-JP | 躁?ε | 1110110110101111001111111010011011000101 | edaf3fa6c5 |
UTF-8 | 躁ㅸε | 1110100010111010100000011110001110000101101110001100111010110101 | e8ba81e385b8ceb5 |
UHC | 躁ㅸε | 111100001110001010100100111010001010010111100101 | f0e2a4e8a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)