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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 捨蒔シ | 111100001110110110001110110011001111000111101110100011101010101010111100 | f0ed8eccf1ee8eaabc |
EUC-JP | ?捨?蒔シ | 0011111110111100110011100011111110111100101011001000111010111100 | 3fbcce3fbcac8ebc |
UTF-8 | 捨蒔シ | 111011101000001010101100111001101000110110101000111011101000010110101001111010001001001010010100111011111011110110111100 | ee82ace68da8ee85a9e89294efbdbc |
UHC | ?捨?蒔? | 00111111110111101101011100111111111000111100100000111111 | 3fded73fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)