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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?耀? | 00111111100101110111001100111111 | 3f97733f |
EUC-JP | ?耀? | 00111111110011011101010000111111 | 3fcdd43f |
UTF-8 | 挻耀윞 | 111001101000110010111011111010001000000010000000111011001001110010011110 | e68cbbe88080ec9c9e |
UHC | 挻耀윞 | 111001101100100111101001101001011001111110100001 | e6c9e9a59fa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)