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 | 躁?ε? | 111001110100111000111111100000111100001100111111 | e74e3f83c33f |
EUC-JP | 躁?ε? | 111011011010111100111111101001101100010100111111 | edaf3fa6c53f |
UTF-8 | 躁ㅸε卄 | 1110100010111010100000011110001110000101101110001100111010110101111001011000110110000100 | e8ba81e385b8ceb5e58d84 |
UHC | 躁ㅸε卄 | 1111000011100010101001001110100010100101111001011110110011111110 | f0e2a4e8a5e5ecfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)