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 | 竣?ε誼 | 10001111011101100011111110000011110000111000101101100010 | 8f763f83c38b62 |
EUC-JP | 竣?ε誼 | 10111101110101110011111110100110110001011011010111000011 | bdd73fa6c5b5c3 |
UTF-8 | 竣ㅸε誼 | 1110011110101011101000111110001110000101101110001100111010110101111010001010101010111100 | e7aba3e385b8ceb5e8aabc |
UHC | 竣ㅸε誼 | 1111000111100010101001001110100010100101111001011110101111111110 | f1e2a4e8a5e5ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)