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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 治爨捨\ | 10001110101000011110000010100100100011101100110001011100 | 8ea1e0a48ecc5c |
EUC-JP | 治爨捨\ | 10111100101000111110000010100110101111001100111001011100 | bca3e0a6bcce5c |
UTF-8 | 治爨捨\ | 11100110101100101011101111100111100010001010100011100110100011011010100001011100 | e6b2bbe788a8e68da85c |
UHC | 治?捨\ | 111101101011110100111111110111101101011101011100 | f6bd3fded75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)