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 | 足?翁Ⅴ? | 1001000110101011001111111000100110100101100001110101100000111111 | 91ab3f89a587583f |
EUC-JP | 足?翁?? | 11000010101011010011111110110010101001110011111100111111 | c2ad3fb2a73f3f |
UTF-8 | 足렒翁Ⅴ뤗 | 111010001011011010110011111010111010000010010010111001111011111110000001111000101000010110100100111010111010010010010111 | e8b6b3eba092e7bf81e285a4eba497 |
UHC | 足렒翁Ⅴ뤗 | 11110000111010111000111010100111111010001011101010100101101101001000111111000111 | f0eb8ea7e8baa5b48fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)