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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 礁ス杓灼d | 1000111111001010101111011000111011011011100011101101110001100100 | 8fcabd8edb8edc64 |
EUC-JP | 礁ス杓灼d | 101111101100110010001110101111011011110011011101101111001101111001100100 | becc8ebdbcddbcde64 |
UTF-8 | 礁ス杓灼d | 11100111101001001000000111101111101111011011110111100110100111011001001111100111100000011011110001100100 | e7a481efbdbde69d93e781bc64 |
UHC | 礁?杓灼d | 1111010110100111001111111111100011110101111011011100011101100100 | f5a73ff8f5edc764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)