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 | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | ツス鴫h | 1111000111111100110000101111000110001110101111011000111010110000011010001111000111111100 | f1fcc2f18ebd8eb068f1fc |
EUC-JP | ?ツ?ス鴫h? | 00111111100011101100001000111111100011101011110110111100101100100110100000111111 | 3f8ec23f8ebdbcb2683f |
UTF-8 | ツス鴫h | 11101110100001011011011111101111101111101000001011101110100001001000100111101111101111011011110111101001101101001010101101101000111011101000010110110111 | ee85b7efbe82ee8489efbdbde9b4ab68ee85b7 |
UHC | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)