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 | 足?翁Ⅸ | 10010001101010110011111110001001101001011000011101011100 | 91ab3f89a5875c |
EUC-JP | 足?翁? | 110000101010110100111111101100101010011100111111 | c2ad3fb2a73f |
UTF-8 | 足렒翁Ⅸ | 111010001011011010110011111010111010000010010010111001111011111110000001111000101000010110101000 | e8b6b3eba092e7bf81e285a8 |
UHC | 足렒翁Ⅸ | 1111000011101011100011101010011111101000101110101010010110111000 | f0eb8ea7e8baa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)