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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 遙シス治^ | 111010101010000110111100111100011000111010111101100011101010000101011110 | eaa1bcf18ebd8ea15e |
EUC-JP | 遙シ?ス治^ | 11110100101000111000111010111100001111111000111010111101101111001010001101011110 | f4a38ebc3f8ebdbca35e |
UTF-8 | 遙シス治^ | 11101001100000011001100111101111101111011011110011101110100001001000100111101111101111011011110111100110101100101011101101011110 | e98199efbdbcee8489efbdbde6b2bb5e |
UHC | 遙???治^ | 1110100110101011001111110011111100111111111101101011110101011110 | e9ab3f3f3ff6bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)