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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ル鈬ネ | 110110011111100111110101111001111110001111001000 | d9f9f5e7e3c8 |
EUC-JP | ル?鈬ネ | 10001110110110010011111111101110111001011000111011001000 | 8ed93feee58ec8 |
UTF-8 | ル鈬ネ | 111011111011111010011001111011101001110110010000111010011000100010101100111011111011111010001000 | efbe99ee9d90e988acefbe88 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)