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 | ???油ι | 00111111001111110011111110010110111110111000001111000111 | 3f3f3f96fb83c7 |
EUC-JP | ???油ι | 00111111001111110011111111001100111111011010011011001001 | 3f3f3fccfda6c9 |
UTF-8 | 麗멥굥油ι | 1110111110100110100010001110101110101001101001011110101010110101101001011110011010110010101110011100111010111001 | efa688eba9a5eab5a5e6b2b9ceb9 |
UHC | 麗멥굥油ι | 11100110101100001011100011100011100000101000101111101010111110101010010111101001 | e6b0b8e3828beafaa5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)