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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 炅外\ | 1111101101010001100010100100111101011100 | fb518a4f5c |
EUC-JP | 炅外\ | 100011111100100111001010101100111011000001011100 | 8fc9cab3b05c |
UTF-8 | 炅外\ | 11100111100000101000010111100101101001001001011001011100 | e78285e5a4965c |
UHC | 炅外\ | 1100110011011101111010001110001001011100 | ccdde8e25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)