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 | ??虞?衣? | 0011111100111111100010111111000100111111100010001101111100111111 | 3f3f8bf13f88df3f |
EUC-JP | ??虞?衣? | 0011111100111111101101101111001100111111101100001110000100111111 | 3f3fb6f33fb0e13f |
UTF-8 | 亐렕虞렧衣졈 | 111001001011101010010000111010111010000010010101111010001001100110011110111010111010000010100111111010001010000110100011111011001010000110001000 | e4ba90eba095e8999eeba0a7e8a1a3eca188 |
UHC | 亐렕虞렧衣졈 | 111010101010011110001110101010101110100111100101100011101011011011101011111111011100000110110001 | eaa78eaae9e58eb6ebfdc1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)