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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣?ε誼彖 | 100011110111011000111111100000111100001110001011011000101001110001100000 | 8f763f83c38b629c60 |
EUC-JP | 竣?ε誼彖 | 101111011101011100111111101001101100010110110101110000111101011111000001 | bdd73fa6c5b5c3d7c1 |
UTF-8 | 竣ㅸε誼彖 | 1110011110101011101000111110001110000101101110001100111010110101111010001010101010111100111001011011110110010110 | e7aba3e385b8ceb5e8aabce5bd96 |
UHC | 竣ㅸε誼彖 | 11110001111000101010010011101000101001011110010111101011111111101101001110100111 | f1e2a4e8a5e5ebfed3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)