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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 捨蒔シチ | 11110010111011011000111011001100111100011110111010001110101010101011110011000001 | f2ed8eccf1ee8eaabcc1 |
EUC-JP | ?捨?蒔シチ | 00111111101111001100111000111111101111001010110010001110101111001000111011000001 | 3fbcce3fbcac8ebc8ec1 |
UTF-8 | 捨蒔シチ | 111011101000100010100100111001101000110110101000111011101000010110101001111010001001001010010100111011111011110110111100111011111011111010000001 | ee88a4e68da8ee85a9e89294efbdbcefbe81 |
UHC | ?捨?蒔?? | 0011111111011110110101110011111111100011110010000011111100111111 | 3fded73fe3c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)