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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竣?ε齬?a | 10001111011101100011111110000011110000111110101010010111001111111000001010000001 | 8f763f83c3ea973f8281 |
EUC-JP | 竣?ε齬?a | 10111101110101110011111110100110110001011111001111110111001111111010001111100001 | bdd73fa6c5f3f73fa3e1 |
UTF-8 | 竣ㅸε齬쇰a | 1110011110101011101000111110001110000101101110001100111010110101111010011011110110101100111011001000011110110000111011111011110110000001 | e7aba3e385b8ceb5e9bdacec87b0efbd81 |
UHC | 竣ㅸε齬쇰a | 111100011110001010100100111010001010010111100101111001011110000110111100111010111010001111100001 | f1e2a4e8a5e5e5e1bceba3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)