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 | ??虞?旭? | 0011111100111111100010111111000100111111100010001010111000111111 | 3f3f8bf13f88ae3f |
EUC-JP | ??虞?旭? | 0011111100111111101101101111001100111111101100001011000000111111 | 3f3fb6f33fb0b03f |
UTF-8 | 亐렕虞렧旭렔 | 111001001011101010010000111010111010000010010101111010001001100110011110111010111010000010100111111001101001011110101101111010111010000010010100 | e4ba90eba095e8999eeba0a7e697adeba094 |
UHC | 亐렕虞렧旭렔 | 111010101010011110001110101010101110100111100101100011101011011011101001111011111000111010101001 | eaa78eaae9e58eb6e9ef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)