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 | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-WIN | シマシン霪o | 10111100110011111011110011011101111010001100010001101111 | bccfbcdde8c46f |
EUC-JP | シマシン霪o | 1000111010111100100011101100111110001110101111001000111011011101111100001100011001101111 | 8ebc8ecf8ebc8eddf0c66f |
UTF-8 | シマシン霪o | 11101111101111011011110011101111101111101000111111101111101111011011110011101111101111101001110111101001100111001010101001101111 | efbdbcefbe8fefbdbcefbe9de99caa6f |
UHC | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)