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 | 円??肉? | 10001001011111100011111100111111100100111111011100111111 | 897e3f3f93f73f |
EUC-JP | 円??肉? | 10110001110111110011111100111111110001101111100100111111 | b1df3f3fc6f93f |
UTF-8 | 円ㅿ퐘肉껅 | 111001011000011010000110111000111000010110111111111011011001000010011000111010001000001010001001111010101011101110000101 | e58686e385bfed9098e88289eabb85 |
UHC | 円ㅿ퐘肉껅 | 11100101111101111010010011101111101111011000001011101011101111111000001111100110 | e5f7a4efbd82ebbf83e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)